initial import

This commit is contained in:
Josh Coalson
2002-08-23 06:28:59 +00:00
parent a2377a52ce
commit 1180f23006
9 changed files with 344 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#
# GNU makefile
#
LIB_NAME = libplugin-common
INCLUDES = -I../../include
OBJS = \
canonical_tag.o \
dither.o
include ../../build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.