search for: noinst_headers

Displaying 20 results from an estimated 129 matches for "noinst_headers".

2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put to noinst_HEADERS. This quarentees that header will be present in tar ball but not installed with make install. CC: nouveau at lists.freedesktop.org Signed-off-by: Pauli Nieminen <suokkos at gmail.com> --- Makefile.am | 6 +++--- intel/Makefile.am | 10 ++++++---- nouveau/Makefile.am | 4 ++...
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...S = bands.c celt.c cwrs.c ecintrin.h entcode.c \ +libcelt at LIBCELT_SUFFIX@_la_SOURCES = bands.c celt.c cwrs.c ecintrin.h entcode.c \ entdec.c entenc.c header.c kfft_single.c kiss_fft.c kiss_fftr.c laplace.c mdct.c \ modes.c pitch.c psy.c quant_bands.c rangedec.c rangeenc.c rate.c \ vq.c #noinst_HEADERS = -libcelt_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@ +libcelt at LIBCELT_SUFFIX@_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@ noinst_HEADERS = _kiss_fft_guts.h arch.h bands.h fixed_c5x.h fixed_c6x.h \ cwrs.h ecintrin.h entc...
2007 Dec 29
0
building dovecot-sieve against installed dovecot
...NINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ - at HAVE_DOVECOT_LIBS_TRUE@pkglibexec_PROGRAMS = sievec$(EXEEXT) \ - at HAVE_DOVECOT_LIBS_TRUE@ sieved$(EXEEXT) +pkglibexec_PROGRAMS = sievec$(EXEEXT) \ + sieved$(EXEEXT) subdir = src/libsieve DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog NEWS \ @@ -62,17 +62,21 @@ am__installdirs = "$(DESTDIR)$(pkglibexe pkglibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(pkglibexec_PROGRAMS) am__sievec_SOURCES_DIST = sievec.c ../map.c ../imparse.c - at HAVE...
2010 Oct 20
1
add basic systemd support to dovecot
Hi all, In the last days, I've been trying to add support for systemd[1] socket activation to dovecot. The basic idea is that systemd takes care of opening the sockets needed by dovecot to communicate with external processes, and when a connection happens on one of these sockets, systemd spawns dovecot, and then dovecot uses these sockets instead of creating its own sockets. The main reason
2011 Dec 01
1
v2.1.rc1 missing SnowballAnalyzer.h
...directory compilation terminated. make[4]: *** [lucene-wrapper.lo] Error 1 The offending line in lucene-wrapper.cc is: #include "SnowballAnalyzer.h" Sure enough, there is no SnowballAnalyzer.h in the tarball. Looks like a missing a backslash in src/plugins/fts-lucene/Makefile.am: [...] noinst_HEADERS = \ fts-lucene-plugin.h \ lucene-wrapper.h SnowballAnalyzer.h \ SnowballFilter.h -- Eray Aslan
2007 Sep 04
0
3 commits - libswfdec/Makefile.am test/trace
...swf |binary 4 files changed, 10 insertions(+), 1 deletion(-) New commits: diff-tree 911c8bd4b334f72ecc3d3956922ebfd7f4596424 (from 7e1226fcd15665c2223df36a6715a094c013639e) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Sep 4 13:51:05 2007 +0300 Move swfdec_as_array.h from noinst_headers to public_headers (oops) diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 17c524d..5eaca4e 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -130,6 +130,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ + swfdec_as_array.h \ swfde...
2014 Apr 13
2
Adding an external library to Xapian
Hi We are writing a new module which needs to be added to the Xapian source. For this, what modifications are to be made to the Makefile? The two modules we are writing will be in the 'include' and 'api' folders. Cheers *Siddhant Mutha* Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/
2006 Feb 03
0
rquotad (NFS) quota plugin
...cdir)/src/lib-storage \ ! -I$(top_srcdir)/src/lib-index ! lib01_quota_plugin_la_LDFLAGS = -module -avoid-version -lrpcsvc module_LTLIBRARIES = \ lib01_quota_plugin.la *************** *** 15,21 **** quota-dict.c \ quota-dirsize.c \ quota-plugin.c \ ! quota-storage.c noinst_HEADERS = \ quota.h \ --- 16,23 ---- quota-dict.c \ quota-dirsize.c \ quota-plugin.c \ ! quota-storage.c \ ! quota-rquotad.c noinst_HEADERS = \ quota.h \ diff -crN dovecot-1.0.beta2/src/plugins/quota/Makefile.in dovecot-1.0.beta2.mail.location+quota/src/plugins/quota/Makefile.i...
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
...wfdec]) -fi dnl FIXME: detect these executables correctly GLIB_GENMARSHAL=glib-genmarshal AC_SUBST(GLIB_GENMARSHAL) diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index b04b40f..5aa9af5 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -22,12 +22,12 @@ noinst_HEADERS = \ libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ -I$(top_srcdir) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ - $(AUDIO_CFLAGS) $(HTTP_CFLAGS) $(GTHREAD_CFLAGS) \ + $(AUDIO_CFLAGS) $(HTTP_CFLAGS) \ -DG_LOG_DOMAIN=\"Swfdec-Gtk\" libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_LD...
2007 Mar 01
7
1.0.rc25 released
http://dovecot.org/releases/dovecot-1.0.rc25.tar.gz http://dovecot.org/releases/dovecot-1.0.rc25.tar.gz.sig Instead of having "Should v1.0 be released already" discussion, how about having "What's still missing from wiki.dovecot.org and how could it be improved" discussion? And what should the wiki exported to doc/ directory in the tarball look like? * If time moves
2007 Mar 01
7
1.0.rc25 released
http://dovecot.org/releases/dovecot-1.0.rc25.tar.gz http://dovecot.org/releases/dovecot-1.0.rc25.tar.gz.sig Instead of having "Should v1.0 be released already" discussion, how about having "What's still missing from wiki.dovecot.org and how could it be improved" discussion? And what should the wiki exported to doc/ directory in the tarball look like? * If time moves
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
...-8,8 +8,6 @@ CLEANFILES = swfdec_playback.c lib_LTLIBRARIES = libswfdec-gtk- at SWFDEC_MAJORMINOR@.la -js_cflags = -I$(srcdir)/js/ -I$(top_builddir)/libswfdec/js -DXP_UNIX -DDEBUG - libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_playback.c \ swfdec_source.c \ @@ -23,9 +21,9 @@ noinst_HEADERS = \ swfdec_source.h libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ - -I$(top_srcdir) $(js_cflags) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ + -I$(top_srcdir) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \ $(AUDIO_CFLAGS) $(HTTP_CFLAGS) \ - -DG_LOG_DOMAIN=\"Swfdec-Gtk\&quo...
2012 Aug 08
5
Deleting metadata smashes file dovecot.dict
Hi, I am using dovecot (see dovecot -n output below) with metadata plugin in my own plugin. I want to insert and delete some large metadata (>4KiB). It seems, that the delete in a second call of my plugin smashes the file dovecot.dict in users dir: 1st call: *dovecot.dict is empty -delete metadata 1 -delete metadata 2 -insert metadata 1 ~8KiB -insert metadata 2 <1KiB *dovecot.dict
2008 Apr 10
2
Delay occurred when the makefile change
...6_32 decoder_x86_sources = \ dec/x86/mmxidct.c \ dec/x86/mmxfrag.c \ dec/x86/mmxstate.c \ dec/x86/x86state.c endif endif libtheora_la_SOURCES = \ cpu.c \ $(decoder_x86_sources) \ $(decoder_sources) \ $(encoder_arch_sources) \ $(encoder_sources) \ Version_script noinst_HEADERS = \ cpu.h \ internal.h \ enc/block_inline.h \ enc/codec_internal.h \ enc/encoder_lookup.h \ enc/encoder_huffman.h \ enc/hufftables.h \ enc/pp.h \ enc/quant_lookup.h \ enc/toplevel_lookup.h \ enc/dsp.h \ dec/apiwrapper.h \ dec/dct.h \ dec/decin...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...6_32 decoder_x86_sources = \ dec/x86/mmxidct.c \ dec/x86/mmxfrag.c \ dec/x86/mmxstate.c \ dec/x86/x86state.c endif endif libtheora_la_SOURCES = \ cpu.c \ $(decoder_x86_sources) \ $(decoder_sources) \ $(encoder_arch_sources) \ $(encoder_sources) \ Version_script noinst_HEADERS = \ cpu.h \ internal.h \ enc/block_inline.h \ enc/codec_internal.h \ enc/encoder_lookup.h \ enc/encoder_huffman.h \ enc/hufftables.h \ enc/pp.h \ enc/quant_lookup.h \ enc/toplevel_lookup.h \ enc/dsp.h \ dec/apiwrapper.h \ dec/dct.h \ dec/decin...
2007 Aug 09
0
Branch 'vivi' - 6 commits - configure.ac vivified/core vivified/dock vivified/Makefile.am vivified/ui
...d/ui/Makefile.am b/vivified/ui/Makefile.am index 05e37df..83d58f3 100644 --- a/vivified/ui/Makefile.am +++ b/vivified/ui/Makefile.am @@ -6,7 +6,9 @@ vivified_LDFLAGS = $(SWFDEC_GTK_LIBS) \ $(top_builddir)/vivified/dock/libvivified-dock.la vivified_SOURCES = \ + vivi_commandline.c \ main.c -noinst_HEADERS = +noinst_HEADERS = \ + vivi_commandline.h diff --git a/vivified/ui/main.c b/vivified/ui/main.c index 7893e7e..1dd43e6 100644 --- a/vivified/ui/main.c +++ b/vivified/ui/main.c @@ -24,18 +24,8 @@ #include <gtk/gtk.h> #include <libswfdec-gtk/swfdec-gtk.h> #include "vivified/core...
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
...libfftw3 in objects build by the speex Makefile. --- libspeex/Makefile.am | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libspeex/Makefile.am b/libspeex/Makefile.am index 6eef924..c9d81dc 100644 --- a/libspeex/Makefile.am +++ b/libspeex/Makefile.am @@ -45,6 +45,7 @@ noinst_HEADERS = arch.h bfin.h cb_search_arm4.h cb_search_bfin.h cb_search_s libspeex_la_LDFLAGS = -no-undefined -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@ +libspeexdsp_la_LIBADD = @FFT_LIBS@ libspeexdsp_la_LDFLAGS = -no-undefined -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVIS...
2012 Apr 06
1
[PATCH] Fix make distcheck
...de/private/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libFLAC/include/private/Makefile.am b/src/libFLAC/include/private/Makefile.am index 62d8a18..2e33dc7 100644 --- a/src/libFLAC/include/private/Makefile.am +++ b/src/libFLAC/include/private/Makefile.am @@ -39,6 +39,7 @@ noinst_HEADERS = \ float.h \ format.h \ lpc.h \ + macros.h \ md5.h \ memory.h \ metadata.h \ -- 1.7.9.2
2016 Jan 23
1
microbench (benchmark_residual) requires -lrt for clock_gettime()
...LIB_CLOCK_GETTIME=-lrt + fi +AC_SUBST(LIB_CLOCK_GETTIME) + AC_CONFIG_FILES([ \ Makefile \ src/Makefile \ diff --git a/microbench/Makefile.am b/microbench/Makefile.am index e00097d..452e748 100644 --- a/microbench/Makefile.am +++ b/microbench/Makefile.am @@ -36,3 +36,5 @@ noinst_HEADERS = util.h noinst_PROGRAMS = benchmark_residual benchmark_residual_SOURCES = benchmark_residual.c util.c + +benchmark_residual_LDADD = @LIB_CLOCK_GETTIME@
2013 Apr 06
0
libshout mingw compatbility
...+0400 +++ libshout-2.2.2/src/Makefile.am 2012-04-04 20:07:34 +0400 @@ -18,7 +18,7 @@ SUBDIRS = avl net timing httpp $(MAYBE_THREAD) lib_LTLIBRARIES = libshout.la -libshout_la_LDFLAGS = -version-info 5:0:2 +libshout_la_LDFLAGS = -version-info 5:0:2 -no-undefined EXTRA_DIST = theora.c speex.c noinst_HEADERS = shout_ogg.h shout_private.h util.h -------------- next part -------------- --- libshout-2.2.2/include/shout/shout.h.in.orig 2005-06-28 01:33:21 +0400 +++ libshout-2.2.2/include/shout/shout.h.in 2012-04-04 19:32:18 +0400 @@ -22,7 +22,7 @@ #define __LIBSHOUT_SHOUT_H__ #include <sys/types.h&g...