summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-27 08:25:59 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-27 09:00:02 (EDT)
commitce25859ae70ab57ea021e6d204b64b0eeb9cf4dd (patch)
treeb11b5e354b292ff84525b4cfc0f9114e6b2818c6 /Makefile.am
parent4c8e42cd6408a46d084a0a07cb6e7ae74905c78a (diff)
downloadmarquee-ce25859ae70ab57ea021e6d204b64b0eeb9cf4dd.zip
marquee-ce25859ae70ab57ea021e6d204b64b0eeb9cf4dd.tar.gz
marquee-ce25859ae70ab57ea021e6d204b64b0eeb9cf4dd.tar.bz2
Makefile.am: Define ABS_TOP_BUILDDIR and PKGDATADIR
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 257ad9b..b502449 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,8 @@ bin_PROGRAMS = marquee
marquee_SOURCES =
marquee_CPPFLAGS = \
+ -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\" \
+ -DPKGDATADIR=\"$(pkgdatadir)\" \
$(GTK_CFLAGS) \
$(WEBKIT2GTK_CFLAGS)
marquee_LDADD = \