File: Makefile.am

package info (click to toggle)
libcompizconfig 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 496 kB
  • ctags: 676
  • sloc: ansic: 6,315; cpp: 2,634; makefile: 150; sh: 9; xml: 7
file content (15 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDES =			     \
	@COMPIZ_CFLAGS@ \
	-I$(top_srcdir)/include	     \
	-I$(top_srcdir)/src \
	-DPLUGINDIR=\"$(plugindir)\" \
	-DLIBDIR=\"$(libdir)\"

libccp_la_LDFLAGS = -module -avoid-version -no-undefined
libccp_la_LIBADD = $(top_builddir)/src/libcompizconfig.la
libccp_la_SOURCES = ccp.c

moduledir = $(plugindir)

module_LTLIBRARIES = libccp.la