summaryrefslogtreecommitdiff
path: root/src/commands/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-01-01 23:39:04 +0100
committerraveit65 <[email protected]>2020-01-04 13:29:35 +0100
commit4deb89e7fa95e8abffb86f517878a9bc0d30b7bc (patch)
treef67633477c1d14b05c8918687607bee296933973 /src/commands/Makefile.am
parentf0805f3afe61c035cc3477cba880322c15e95766 (diff)
downloadengrampa-4deb89e7fa95e8abffb86f517878a9bc0d30b7bc.tar.bz2
engrampa-4deb89e7fa95e8abffb86f517878a9bc0d30b7bc.tar.xz
fr-command-rpm: Use rpm2cpio binary shipped with rpm package
closes #350
Diffstat (limited to 'src/commands/Makefile.am')
-rw-r--r--src/commands/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am
deleted file mode 100644
index d423737..0000000
--- a/src/commands/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-NULL =
-
-privexecdir = $(libexecdir)/$(PACKAGE)
-privexec_PROGRAMS = rpm2cpio
-
-AM_CPPFLAGS = \
- $(FR_CFLAGS) \
- $(WARN_CFLAGS) \
- $(NULL)
-
-rpm2cpio_SOURCES = rpm2cpio.c
-rpm2cpio_LDADD = $(FR_LIBS)