diff options
author | infirit <[email protected]> | 2013-07-30 18:29:07 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-07-30 18:29:07 +0200 |
commit | 774f1efd8f6cd3c3499face84553f85e8300f901 (patch) | |
tree | 6b1d51b116fd2662258f736a7b4e608a45862189 /src/commands/Makefile.am | |
parent | c1c61af0b7d286aefdff7466f2d5e26903798654 (diff) | |
download | engrampa-774f1efd8f6cd3c3499face84553f85e8300f901.tar.bz2 engrampa-774f1efd8f6cd3c3499face84553f85e8300f901.tar.xz |
automake fixes: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'src/commands/Makefile.am')
-rw-r--r-- | src/commands/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am index b51c338..9228238 100644 --- a/src/commands/Makefile.am +++ b/src/commands/Makefile.am @@ -1,7 +1,7 @@ privexecdir = $(libexecdir)/$(PACKAGE) privexec_PROGRAMS = rpm2cpio -INCLUDES = $(DISABLE_DEPRECATED) $(FR_CFLAGS) +AM_CPPFLAGS = $(DISABLE_DEPRECATED) $(FR_CFLAGS) rpm2cpio_SOURCES = rpm2cpio.c rpm2cpio_LDADD = $(FR_LIBS) |