File: Makefile.am

package info (click to toggle)
purple-plugin-pack 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,176 kB
  • ctags: 3,409
  • sloc: ansic: 38,210; sh: 11,016; makefile: 1,555; python: 400
file content (32 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
EXTRA_DIST = \
	Makefile.mingw \
	plugins.cfg

splitterdir = $(PURPLE_LIBDIR)

splitter_la_LDFLAGS = -module -avoid-version

if HAVE_PURPLE

splitter_LTLIBRARIES = splitter.la

splitter_la_SOURCES = \
	splitter.c

splitter_la_LIBADD = \
	$(CAIRO_LIBS) \
	$(GLIB_LIBS) \
	$(PANGO_LIBS) \
	$(PURPLE_LIBS)

endif

AM_CPPFLAGS = \
	-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
	-DDATADIR=\"$(PURPLE_DATADIR)\" \
	-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
	$(CAIRO_CFLAGS) \
	$(DEBUG_CFLAGS) \
	$(PANGO_CFLAGS) \
	$(PURPLE_CFLAGS)