php-src/ext/exif/Makefile.in
Rasmus Lerdorf 3c61d015c2 @ New module for reading EXIF header data from JPEG files. Most digital
@ cameras will embed all sorts of information about a picture inside the
@ jpeg images it generates.  (Rasmus)
exif module
2000-05-24 10:33:18 +00:00

8 lines
145 B
Makefile

# $Id$
LTLIBRARY_NAME = libexif.la
LTLIBRARY_SOURCES = exif.c
LTLIBRARY_SHARED_NAME = exif.la
include $(top_srcdir)/build/dynlib.mk