From: Dan F. <dfa...@us...> - 2008-11-05 07:29:56
|
Update of /cvsroot/libexif/libexif/contrib/aolserver In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25534/contrib/aolserver Added Files: Makefile nsexif.c Log Message: Moved aolserver/* to contrib/aolserver/* (these files have gone untouched since 2002) --- NEW FILE: Makefile --- NSHOME = /home/aol31 EXIFDIR = .. # # Module name # MOD = nsexif.so # # Objects to build # OBJS = nsexif.o # # Installation directory for data files # MODDIR = nsexif MODLIBS = -L.. -lexif CFLAGS += -I$(EXIFDIR) include $(NSHOME)/include/Makefile.module --- NEW FILE: nsexif.c --- (This appears to be a binary file; contents omitted.) |