diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index a1cdc9d..d61d893 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,7 @@ -# RPM spec files -RPM_DIR = rpm -RPM_FILES = \ - $(RPM_DIR)/tinyproxy-initd \ - $(RPM_DIR)/tinyproxy.spec - # Packaging files -PACKAGING_FILES = $(RPM_FILES) +PACKAGING_FILES = \ + packaging/fedora/tinyproxy.init \ + packaging/fedora/tinyproxy.spec # The following files are required for the build process CONFIG_FILES = \ |