File: Makefile.am

package info (click to toggle)
purple-plugin-pack 2.6.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,488 kB
  • sloc: ansic: 33,222; sh: 10,198; makefile: 1,391; python: 400
file content (28 lines) | stat: -rw-r--r-- 427 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
EXTRA_DIST = \
	Makefile.mingw \
	plugins.cfg

bashdir = $(PURPLE_LIBDIR)

bash_la_LDFLAGS = -module -avoid-version

bash_la_LIBADD = \
	$(GLIB_LIBS) \
	$(PURPLE_LIBS)

if HAVE_PURPLE

bash_LTLIBRARIES = bash.la

bash_la_SOURCES = bash.c

endif

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