From ce25859ae70ab57ea021e6d204b64b0eeb9cf4dd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 27 Oct 2017 08:25:59 -0400 Subject: Makefile.am: Define ABS_TOP_BUILDDIR and PKGDATADIR --- 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 = \ -- cgit v0.9.1