diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-30 17:01:29 -0700 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-30 17:01:29 -0700 |
commit | e6d9bb21509b700f7e71f667faf3c8fe73691985 (patch) | |
tree | 080aff34297a8570a58943ba58882aa1474e88db /Makefile.am | |
parent | 14edbda9f0397a4981181eec0cbf4f192fa2d295 (diff) |
Removed old RPM packaging files
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 = \ |