aboutsummaryrefslogtreecommitdiff
path: root/gconf/Makefile.am
blob: afe06b077739bb77b4a0325bb4a4ed25f81ea0aa (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 = \
 gconf-format.c\
 gconf-gram.y\
 gconf-lex.l\
 gconf-preproc.c\
 gconf-text.c\
 gconf.h\
 wordsplit.c\
 wordsplit.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.