]> git.sur5r.net Git - cc65/commitdiff
Moved the 'graph' files from 'geos-cbm' to 'geos-common' which are believed to work...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 17:17:55 +0000 (17:17 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 17:17:55 +0000 (17:17 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5440 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/geos-cbm/Makefile
libsrc/geos-common/Makefile

index 787b55cf7a2c46fc649a81e052e4eea43c5491c2..3d9c297b1958a6ebfd34f944525c504fa00b34e9 100644 (file)
@@ -49,7 +49,6 @@ DIRS =        common          \
        devel           \
        disk            \
        file            \
-       graph           \
        menuicon        \
        memory          \
        mousesprite     \
index 0c316db90c1ee1b1c0028710b27cdaaa2b5d1a9e..b2400a42d2c2832c6b76dd68e3be90640bf1371d 100644 (file)
@@ -31,6 +31,7 @@ CFLAGS        = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
 
 DIRS = dlgbox          \
        file            \
+       graph           \
        memory
 
 #--------------------------------------------------------------------------