aboutsummaryrefslogtreecommitdiff
path: root/gconf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/Makefile.am')
-rw-r--r--gconf/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
new file mode 100644
index 0000000..4f50bd6
--- /dev/null
+++ b/gconf/Makefile.am
@@ -0,0 +1,17 @@
+noinst_LIBRARIES=libgconf.a
+libgconf_a_SOURCES = \
+ argcv.c\
+ argcv.h\
+ gconf-format.c\
+ gconf-gram.y\
+ gconf-lex.l\
+ gconf-preproc.c\
+ gconf-text.c\
+ gconf.h
+
+EXTRA_DIST=gconf-gram.h
+
+INCLUDES = -I$(top_srcdir)/gnu -I../gnu
+AM_YFLAGS = -dtv
+AM_LFLAGS = -dvp
+

Return to:

Send suggestions and report system problems to the System administrator.