diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-12-03 04:59:30 +0000 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2008-12-03 04:59:30 +0000 |
commit | 85f91012b26546a663efdf728020791301b6e968 (patch) | |
tree | 46e53a738cad6cbfcad0b1f6b884f867718d4cc3 /common | |
parent | f828c1c5400760b2b412485ab9851e89f8ce7f0c (diff) | |
download | gdm-85f91012b26546a663efdf728020791301b6e968.tar.gz |
Fix some build system warnings
2008-12-02 William Jon McCann <jmccann@redhat.com>
* NEWS:
* common/Makefile.am:
* configure.ac:
* daemon/Makefile.am:
* gui/simple-chooser/Makefile.am:
* gui/simple-greeter/Makefile.am:
* gui/user-switch-applet/Makefile.am:
* utils/Makefile.am:
Fix some build system warnings
svn path=/trunk/; revision=6616
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index fae31e5e..7aba8978 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -2,7 +2,7 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I. \ -I.. \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ |