summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
blob: c4d8ccb9504d706014501fcb8ee91748cb47ae28 (plain)
1
2
3
4
5
6
AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client $(gio_CFLAGS)

bin_PROGRAMS = dconf

dconf_LDADD = ../client/libdconf.la