File: Makefile.am

package info (click to toggle)
mp4h 1.3.1-17.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,920 kB
  • sloc: ansic: 22,099; sh: 8,204; makefile: 616; yacc: 318
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12

INCLUDES = -I$(top_srcdir)/lib  -I$(top_srcdir)/src @INTLINCL@
AM_LDFLAGS  = -no-undefined -module -avoid-version -rpath $(pkglibdir) @DLLDFLAGS@

if DO_MODULE_TEST
noinst_LTLIBRARIES = test.la
endif

test_la_SOURCES =  test.c
test_la_LDFLAGS = -module

EXTRA_DIST = test.mp4h  test.ok