diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-01 16:21:31 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-01 16:21:31 (EDT) |
commit | c8b3d8a95e463b22dda6a54ea36f6c7328314e57 (patch) | |
tree | 3cf7e08461a3bde900698bab28aad40f7f05ec19 | |
parent | f4ce27f29012cbaa3eafb8586fb27a6098acd873 (diff) | |
download | marquee-c8b3d8a95e463b22dda6a54ea36f6c7328314e57.zip marquee-c8b3d8a95e463b22dda6a54ea36f6c7328314e57.tar.gz marquee-c8b3d8a95e463b22dda6a54ea36f6c7328314e57.tar.bz2 |
Makefile.am: Use $(WARN_CFLAGS)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8f44832..2ec98c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,8 @@ PACKAGE_STRING = $(PACKAGE_NAME) $(PACKAGE_VERSION)$(PACKAGE_VERSION_GIT) bin_PROGRAMS = marquee marquee_SOURCES = +marquee_CFLAGS = \ + $(WARN_CFLAGS) marquee_CPPFLAGS = \ -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" \ |