From 2ec897cf63094c68fd787e2081f911e0deb3b596 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Mon, 21 Sep 2015 14:38:55 +0200 Subject: [PATCH] This is a simple build fix --- Makefile.am | 1 + src/Makefile.am | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 871888b..df84b81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +INCLUDES = src SUBDIRS = \ src \ diff --git a/src/Makefile.am b/src/Makefile.am index f6e9e98..bcdd205 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)