From cb3d612bb144baa125d13403c0be7488902fa4a4 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 7 Jun 2004 17:52:42 +0000 Subject: fix bug 968264: make rpm did not work with x11vnc package --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.1