From 8bacc543d96508d048694aff7ce1422a35f2700f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 07 Nov 2017 14:56:40 -0500 Subject: Makefile.am: Define BINDIR and PROGRAM_NAME macros --- 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) -- cgit v0.9.1