From 4deb89e7fa95e8abffb86f517878a9bc0d30b7bc Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jan 2020 23:39:04 +0100 Subject: fr-command-rpm: Use rpm2cpio binary shipped with rpm package closes #350 --- src/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 576c803..43cb092 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ NULL = -SUBDIRS = commands sh ui +SUBDIRS = sh ui bin_PROGRAMS = engrampa libexec_PROGRAMS = engrampa-server @@ -8,11 +8,9 @@ noinst_PROGRAMS = test-server if RUN_IN_PLACE privdatadir = $(top_srcdir)/data/ -privexecdir = $(abs_top_builddir)/src/commands/ shdir = $(top_srcdir)/src/sh/ else privdatadir = $(datadir)/engrampa/ -privexecdir = $(libexecdir)/engrampa/ shdir = $(libexecdir)/engrampa/ endif @@ -29,7 +27,6 @@ AM_CPPFLAGS = \ -DPKG_DATA_DIR=\"$(pkgdatadir)\" \ -DPIXMAPSDIR=\""$(datadir)/pixmaps"\" \ -DGLADEDIR=\""$(gladedir)"\" \ - -DPRIVEXECDIR=\"$(privexecdir)\" \ -DLOCALEDIR=\""$(datadir)/locale"\" \ -DSHDIR=\"$(shdir)\" \ $(FR_CFLAGS) \ -- cgit v1.2.1