summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authordscho <dscho>2004-06-07 17:52:42 +0000
committerdscho <dscho>2004-06-07 17:52:42 +0000
commitcb3d612bb144baa125d13403c0be7488902fa4a4 (patch)
tree50ac7b16e93ee48658b67dfa27afced3718c1197 /Makefile.am
parent00901a2eb9ec569157fad8a531a1de037ac0e2de (diff)
downloadlibtdevnc-cb3d612bb144baa125d13403c0be7488902fa4a4.tar.gz
libtdevnc-cb3d612bb144baa125d13403c0be7488902fa4a4.zip
fix bug 968264: make rpm did not work with x11vnc package
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6398b5e..0f29ff6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,9 +15,9 @@ if HAVE_RPM
$(PACKAGE)-$(VERSION).tar.gz: dist
# Rule to build RPM distribution package
-rpm: $(PACKAGE)-$(VERSION).tar.gz libvncserver.spec
+rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec
cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@
- rpm -ba libvncserver.spec
+ rpm -ba $(PACKAGE).spec
endif
all: make_config_executable