File: Makefile.am

package info (click to toggle)
xneur 0.20.0-3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,096 kB
  • sloc: ansic: 11,064; sh: 4,679; makefile: 431; sed: 15
file content (13 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = -DPACKAGE_SYSCONFDIR_DIR=\""@sysconfdir@/xneur"\" -DPACKAGE_SHAREDIR_DIR=\""@datarootdir@/xneur"\"

pkglib_LTLIBRARIES = libxntest.la

libxntest_la_SOURCES = \
	test.c

libxntest_la_CFLAGS = -I@top_srcdir@/lib/config -I@top_srcdir@/lib/lib @ASPELL_CFLAGS@ @ENCHANT_CFLAGS@ @DEFAULT_CFLAGS@
libxntest_la_LDFLAGS = @X11_LIBS@
	 
libxntest_la_LIBADD =