diff options
-rw-r--r-- | src/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 61b6f53c36..e09881c0af 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \ -DLOCALSTATEDIR="\"$(localstatedir)\"" \ -DBINDIR="\"$(bindir)\"" -CFLAGS += -I../or +AM_CFLAGS = -I../or # -L flags need to go in LDFLAGS. -l flags need to go in LDADD. # This seems to matter nowhere but on windows, but I assure you that it |