diff options
author | raveit65 <[email protected]> | 2020-01-04 13:51:01 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-04 13:51:01 +0100 |
commit | a37afa3068da849e8a5725101ae9bdf542591c46 (patch) | |
tree | 954fe3d87021e40b8840b1384e8c3fc8452de0ad /src/commands/Makefile.am | |
parent | 275be5bf509232de85820025cd8df1a8c39fee38 (diff) | |
download | engrampa-a37afa3068da849e8a5725101ae9bdf542591c46.tar.bz2 engrampa-a37afa3068da849e8a5725101ae9bdf542591c46.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.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am deleted file mode 100644 index 63d3d73..0000000 --- a/src/commands/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -privexecdir = $(libexecdir)/$(PACKAGE) -privexec_PROGRAMS = rpm2cpio - -AM_CPPFLAGS = $(FR_CFLAGS) - -rpm2cpio_SOURCES = rpm2cpio.c -rpm2cpio_LDADD = $(FR_LIBS) |