Fixed distribution of cmake files with autotools.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10207 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-11-14 22:29:15 +00:00
parent 59d76d5a62
commit 7c7cc76925
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ SUBDIRS = $(BULLETTREE) $(ENETTREE) src doc data tools
pkgdatadir=$(datadir)/doc/$(PACKAGE) pkgdatadir=$(datadir)/doc/$(PACKAGE)
dist_pkgdata_DATA=AUTHORS ChangeLog COPYING README dist_pkgdata_DATA=AUTHORS ChangeLog COPYING README
EXTRA_DIST=autogen.sh m4 EXTRA_DIST=autogen.sh m4 CMakeLists.txt
# NEWS only contains "see changelog" # NEWS only contains "see changelog"
# CHANGES only contains "see NEW" # CHANGES only contains "see NEW"

View File

@ -1,5 +1,5 @@
SUBDIRS=src SUBDIRS=src
EXTRA_DIST = BulletLicense.txt Changelog copy_bullet_files \ EXTRA_DIST = BulletLicense.txt Changelog copy_bullet_files \
LICENSE README VERSION LICENSE README VERSION CMakeLists.txt

View File

@ -1,5 +1,5 @@
noinst_LIBRARIES = libenet.a noinst_LIBRARIES = libenet.a
EXTRA_DIST = ChangeLog configure design.txt Doxyfile LICENSE tutorial.txt \ EXTRA_DIST = ChangeLog configure design.txt Doxyfile LICENSE tutorial.txt CMakeLists.txt\
$(shell find $(srcdir) -maxdepth 2 -name "*.dox") $(shell find $(srcdir) -maxdepth 2 -name "*.dox")
libenet_a_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c \ libenet_a_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c \
protocol.c unix.c win32.c \ protocol.c unix.c win32.c \