diff options
author | Ted Gould <ted@gould.cx> | 2012-04-04 14:53:27 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-04 14:53:27 -0500 |
commit | 696375c27b39b8f352bf967800e260b4ce73702e (patch) | |
tree | eeae5b66d7f2af116d95e10e4aaf7b59ad3b99ae /tools | |
parent | 5a163f4e130a96c01bf3a4d79de6c1947df56570 (diff) | |
download | libayatana-indicator-696375c27b39b8f352bf967800e260b4ce73702e.tar.gz libayatana-indicator-696375c27b39b8f352bf967800e260b4ce73702e.tar.bz2 libayatana-indicator-696375c27b39b8f352bf967800e260b4ce73702e.zip |
Fixing a merge artifact
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 795e4fc..cefd944 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -19,7 +19,6 @@ indicator_loader_SOURCES = \ indicator_loader_CFLAGS = \ -Wall -Werror \ $(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \ - -Wall -Werror \ -DBUILD_DIR="\"$(builddir)\"" indicator_loader_LDADD = \ |