File: Makefile.am

package info (click to toggle)
libquicktime 2%3A1.0.2%2Bdebian-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,496 kB
  • ctags: 6,233
  • sloc: ansic: 48,217; sh: 10,075; makefile: 425; sed: 16
file content (10 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
localedir = $(datadir)/locale
AM_CFLAGS = @PNG_CFLAGS@ -DLOCALE_DIR=\"$(localedir)\"

pkglib_LTLIBRARIES = lqt_png.la

lqt_png_la_SOURCES = qtpng.c lqt_png.c
lqt_png_la_LDFLAGS = -avoid-version -module
lqt_png_la_LIBADD = @PNG_LIBS@ @MODULE_LIBADD@

INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include/quicktime