Commit 0fb51681 authored by dscho's avatar dscho

small adjustments for autoconf/automake compatibility

parent 4f3ac987
...@@ -19,15 +19,15 @@ ZRLE_SRCS=zrle.cxx rdr/FdInStream.cxx rdr/FdOutStream.cxx rdr/InStream.cxx \ ...@@ -19,15 +19,15 @@ ZRLE_SRCS=zrle.cxx rdr/FdInStream.cxx rdr/FdOutStream.cxx rdr/InStream.cxx \
EXTRA_DIST=tableinit24.c tableinittctemplate.c tabletranstemplate.c \ EXTRA_DIST=tableinit24.c tableinittctemplate.c tabletranstemplate.c \
tableinitcmtemplate.c tabletrans24template.c $(ZRLE_SRCS) tableinitcmtemplate.c tabletrans24template.c $(ZRLE_SRCS)
LIB_SOURCES = main.c rfbserver.c sraRegion.c auth.c sockets.c \ LIB_SRCS = main.c rfbserver.c sraRegion.c auth.c sockets.c \
stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ stats.c corre.c hextile.c rre.c translate.c cutpaste.c \
zlib.c tight.c httpd.c cursor.c font.c \ zlib.c tight.c httpd.c cursor.c font.c \
draw.c selbox.c d3des.c vncauth.c cargs.c draw.c selbox.c d3des.c vncauth.c cargs.c
if HAVE_CXX if HAVE_CXX
libvncserver_a_SOURCES=$(LIB_SOURCES) $(ZRLE_SRCS) libvncserver_a_SOURCES=$(LIB_SRCS) $(ZRLE_SRCS)
else else
libvncserver_a_SOURCES=$(LIB_SOURCES) libvncserver_a_SOURCES=$(LIB_SRCS)
endif endif
lib_LIBRARIES=libvncserver.a lib_LIBRARIES=libvncserver.a
...@@ -36,7 +36,7 @@ if HAVE_RPM ...@@ -36,7 +36,7 @@ if HAVE_RPM
$(PACKAGE)-$(VERSION).tar.gz: dist $(PACKAGE)-$(VERSION).tar.gz: dist
# Rule to build RPM distribution package # Rule to build RPM distribution package
rpm: $(PACKAGE)-$(VERSION).tar.gz rpm: $(PACKAGE)-$(VERSION).tar.gz libvncserver.spec
cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@ cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@
rpm -ba libvncserver.spec rpm -ba libvncserver.spec
endif endif
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.5, http://sourceforge.net/projects/libvncserver) AC_INIT(LibVNCServer, 0.5, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE(LibVNCServer, 0.5)
AM_CONFIG_HEADER([include/rfbconfig.h]) AM_CONFIG_HEADER([include/rfbconfig.h])
# Checks for programs. # Checks for programs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment