]> git.draconx.ca Git - cdecl99.git/blobdiff - Makefile.am
Integrate Gnulib non-recursively.
[cdecl99.git] / Makefile.am
index 094c3099a297c3189a32680d8b1a421795e03136..dcc43c60703dd5029d19851f44ebfc20120bdd23 100644 (file)
@@ -6,7 +6,11 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = lib .
+# For Gnulib
+BUILT_SOURCES =
+MOSTLYCLEANFILES =
+noinst_LTLIBRARIES =
+
 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src \
        -I$(top_builddir)/lib -I$(top_srcdir)/lib \
        -DBISON_LOCALEDIR=\"$(BISON_LOCALEDIR)\" \
@@ -36,7 +40,7 @@ libcdecl_la_LIBADD = $(LTLIBINTL) $(LTLIBTHREAD)
 
 bin_PROGRAMS = cdecl99
 cdecl99_SOURCES = src/cdecl99.c
-cdecl99_LDADD = libcdecl.la lib/libgnu.la
+cdecl99_LDADD = libcdecl.la libgnu.la
 
 src/parse.lo: src/scan.h
 src/scan.lo: src/parse.h
@@ -132,3 +136,5 @@ FLEX_V_0 = @echo "  FLEX  " $<;
                rm -f $<; \
                $(MAKE) $(AM_MAKEFLAGS) $<; \
        fi
+
+include $(top_srcdir)/lib/gnulib.mk