diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-05-20 14:34:00 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-05-20 14:34:00 +0200 |
commit | 86d41c14159741c6803940a83a42e40a89d061d7 (patch) | |
tree | 96274bd38e79ce98bdbb90eb5d29dee252af4c12 /test | |
parent | 2617e16aa55367ba3d73a33dc27376cf518d4676 (diff) | |
download | nautilus-86d41c14159741c6803940a83a42e40a89d061d7.tar.gz |
Split WARNING_CFLAGS into its own variable.
So that we can use e.g. LIBNAUTILUS_EXTENSIONS_CFLAGS when compiling the
gir information.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5c09fed0c..1a846a502 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,6 +3,7 @@ NULL= INCLUDES =\ -I$(top_srcdir) \ $(CORE_CFLAGS) \ + $(WARNING_CFLAGS) \ -DVERSION="\"$(VERSION)\"" \ -DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \ -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ |