diff options
author | Arx Cruz <arxcruz@gnome.org> | 2015-09-21 14:38:55 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2015-09-21 14:39:42 +0200 |
commit | 2ec897cf63094c68fd787e2081f911e0deb3b596 (patch) | |
tree | 10f4f4c8477176d1be5ea1724d1ac871d7b10669 /src | |
parent | Updated Danish translation (diff) | |
download | zenity-2ec897cf63094c68fd787e2081f911e0deb3b596.tar.gz zenity-2ec897cf63094c68fd787e2081f911e0deb3b596.tar.bz2 zenity-2ec897cf63094c68fd787e2081f911e0deb3b596.zip |
This is a simple build fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f6e9e981..bcdd2056 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,6 @@ zenity_SOURCES = \ zenity.h zenity_CPPFLAGS = \ - -I$(includedir) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -DZENITY_DATADIR=\""$(pkgdatadir)"\" \ $(AM_CPPFLAGS) |