diff options
-rw-r--r-- | Makefile.am | 2 |
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 = \ |