summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-06-02 09:54:50 +0200
committerRyan Lortie <desrt@desrt.ca>2010-06-02 09:54:50 +0200
commit12b33984dc5542d0766bb9787accf0946560bea0 (patch)
tree5ac2f68fe51d4cd1485f5860214f21644bbc04a1 /client
parent5779212cfaef1b0ec4d54549cc279adc2f827668 (diff)
downloaddconf-12b33984dc5542d0766bb9787accf0946560bea0.tar.gz
FreeBSD: Don't use {a,b,c} expansion in Makefiles
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index cf3c1a8..59e5f8d 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -1,7 +1,7 @@
include $(INTROSPECTION_MAKEFILE)
AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
-INCLUDES = -I$(top_srcdir)/{common,gvdb,engine} $(gio_CFLAGS)
+INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(gio_CFLAGS)
dconf-0.3.gir: libdconf.la
dconf_0_3_gir_INCLUDES = Gio-2.0