Update of /cvsroot/roadmap/roadmap/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4328
Modified Files:
Makefile
Log Message:
fixups for "make tarball"
Index: Makefile
===================================================================
RCS file: /cvsroot/roadmap/roadmap/src/Makefile,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** Makefile 31 Jul 2008 20:46:56 -0000 1.126
--- Makefile 31 Jul 2008 20:56:30 -0000 1.127
***************
*** 247,250 ****
--- 247,251 ----
roadmap_label.h \
roadmap_landmark.h \
+ roadmap_lang.h \
roadmap_layer.h \
roadmap_library.h \
***************
*** 348,351 ****
--- 349,353 ----
C_SRC = $(RMLIBSRC) $(RMGUISRC) $(RGGUISRC) \
$(RMPLUGINSRC) $(DMSRC) $(BMLIBSRC) $(BMSRC) \
+ $(BMOSMSRC) \
$(BPSRC) $(BUSRC) $(XCHGSRC) $(MISCSRC)
***************
*** 561,565 ****
# source files from "..", i.e. the real top-level. these go into tarball.
! UPPER_SRC = README \
STATUS AUTHORS BUGS TODO CHANGES COPYING INSTALL howtos/makemaps.txt
--- 563,567 ----
# source files from "..", i.e. the real top-level. these go into tarball.
! UPPER_SRC = README README.osm README.iphone \
STATUS AUTHORS BUGS TODO CHANGES COPYING INSTALL howtos/makemaps.txt
|