summaryrefslogtreecommitdiff
path: root/bin
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 /bin
parent5779212cfaef1b0ec4d54549cc279adc2f827668 (diff)
downloaddconf-12b33984dc5542d0766bb9787accf0946560bea0.tar.gz
FreeBSD: Don't use {a,b,c} expansion in Makefiles
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index d7f542d..c4d8ccb 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,5 +1,5 @@
AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
-INCLUDES = -I$(top_srcdir)/{common,engine,client} $(gio_CFLAGS)
+INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client $(gio_CFLAGS)
bin_PROGRAMS = dconf