File: Makefile.am

package info (click to toggle)
crossfire 1.75.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,168 kB
  • sloc: ansic: 83,169; sh: 4,659; perl: 1,736; lex: 1,443; makefile: 1,199; python: 43
file content (17 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = include
plugindir=$(pkglibdir)/plugins
noinst_HEADERS =  ../common/include/plugin_common.h
if HAVE_CFNEWSPAPER
plugin_LTLIBRARIES = cfnewspaper.la
else
plugin_LTLIBRARIES =
endif

cfnewspaper_la_SOURCES = cfnewspaper.c\
	../common/plugin_common.c

cfnewspaper_la_CPSOURCES = cfnewspaper.c

cfnewspaper_la_LIBADD = -lsqlite3
cfnewspaper_la_LDFLAGS = -module -avoid-version -rdynamic
AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include