Browse Source

zepto8: new project.

For now, all it can do is read and decompress .p8.png files.
undefined
Sam Hocevar 8 years ago
parent
commit
78c33c6fbc
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      configure.ac
  2. +1
    -0
      tools/Makefile.am

+ 1
- 0
configure.ac View File

@@ -528,6 +528,7 @@ AC_CONFIG_FILES(
tools/lolunit/Makefile tools/lolunit/Makefile
tools/neercs/Makefile tools/neercs/Makefile
tools/pimp/Makefile tools/pimp/Makefile
tools/zepto8/Makefile
]) ])
AC_CONFIG_FILES( AC_CONFIG_FILES(
[people/jnat/Makefile [people/jnat/Makefile


+ 1
- 0
tools/Makefile.am View File

@@ -8,6 +8,7 @@ SUBDIRS += neercs
SUBDIRS += pimp SUBDIRS += pimp
SUBDIRS += vimlol SUBDIRS += vimlol
SUBDIRS += vslol SUBDIRS += vslol
SUBDIRS += zepto8


noinst_PROGRAMS = $(make_font) noinst_PROGRAMS = $(make_font)




Loading…
Cancel
Save