aboutsummaryrefslogtreecommitdiff
path: root/gconf/Makefile.am
blob: 4f50bd66c2daa2eab7d30ab5fa091056fbaff2c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.