File: Makefile.am

package info (click to toggle)
sweep 0.9.3-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,112 kB
  • ctags: 3,453
  • sloc: ansic: 36,288; sh: 9,980; makefile: 684; yacc: 288; sed: 16
file content (16 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_srcdir)/include \
		 @GTK_CFLAGS@

libdir = $(PACKAGE_PLUGIN_DIR)

# Use lib_LTLIBRARIES to create a plugin that you actually want installed;
# Here, for the example plugin, we specify the noinst prefix instead of
# lib to stop it from actually being installed.
#
#lib_LTLIBRARIES = libexample.la
noinst_LTLIBRARIES = libexample.la

libexample_la_SOURCES = example.c
libexample_la_LDFLAGS = -avoid-version -module