summaryrefslogtreecommitdiff
path: root/src/commands/Makefile.am
diff options
context:
space:
mode:
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)