diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c271235..cffd011 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,9 @@ marquee_CFLAGS = \ $(ASAN_CFLAGS) marquee_CPPFLAGS = \ -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\" \ + -DBINDIR=\"$(bindir)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" \ + -DPROGRAM_NAME=\"marquee\" \ $(GTK_CFLAGS) \ $(WEBKIT2GTK_CFLAGS) \ $(LIBRSVG_CFLAGS) |