File: Makefile.am

package info (click to toggle)
libiptcdata 1.0.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,092 kB
  • ctags: 768
  • sloc: sh: 9,668; ansic: 4,111; xml: 2,791; makefile: 124; python: 62; sed: 16
file content (8 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
EXTRA_DIST = README examples/set_iptc.py examples/show_iptc.py

pyexec_LTLIBRARIES = iptcdata.la

iptcdata_la_SOURCES = pyiptcdatamod.c pyiptcdata.c pyiptcdataset.c pyiptcdata.h
iptcdata_la_LIBADD = ../libiptcdata/libiptcdata.la
iptcdata_la_LDFLAGS = -module -avoid-version
iptcdata_la_CPPFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir) -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes