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:
parent
59d76d5a62
commit
7c7cc76925
@ -4,7 +4,7 @@ SUBDIRS = $(BULLETTREE) $(ENETTREE) src doc data tools
|
||||
|
||||
pkgdatadir=$(datadir)/doc/$(PACKAGE)
|
||||
dist_pkgdata_DATA=AUTHORS ChangeLog COPYING README
|
||||
EXTRA_DIST=autogen.sh m4
|
||||
EXTRA_DIST=autogen.sh m4 CMakeLists.txt
|
||||
|
||||
# NEWS only contains "see changelog"
|
||||
# CHANGES only contains "see NEW"
|
||||
|
@ -1,5 +1,5 @@
|
||||
SUBDIRS=src
|
||||
|
||||
EXTRA_DIST = BulletLicense.txt Changelog copy_bullet_files \
|
||||
LICENSE README VERSION
|
||||
LICENSE README VERSION CMakeLists.txt
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
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")
|
||||
libenet_a_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c \
|
||||
protocol.c unix.c win32.c \
|
||||
|
Loading…
Reference in New Issue
Block a user