File: Makefile.am

package info (click to toggle)
libiptcdata 1.0.2%2Blibtool01-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,916 kB
  • ctags: 978
  • sloc: sh: 9,445; ansic: 4,092; xml: 2,798; makefile: 123; python: 62; sed: 16
file content (15 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = po

INCLUDES =						\
	-I$(top_srcdir)					\
	-I$(top_srcdir)/libiptcdata			\
	-DIPTC_LOCALEDIR=\""$(datadir)/locale"\"

bin_PROGRAMS = iptc

iptc_SOURCES =			\
	main.c			\
	i18n.h
iptc_LDADD =					\
	-L../libiptcdata -liptcdata		\
	$(LTLIBINTL) $(LTLIBICONV)