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 /libnautilus-private | |
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 'libnautilus-private')
-rw-r--r-- | libnautilus-private/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-private/Makefile.am b/libnautilus-private/Makefile.am index e84b50440..837fac91a 100644 --- a/libnautilus-private/Makefile.am +++ b/libnautilus-private/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I$(top_builddir) \ -I$(top_srcdir)/cut-n-paste-code \ $(CORE_CFLAGS) \ + $(WARNING_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ $(TRACKER_CFLAGS) \ $(BEAGLE_CFLAGS) \ |