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 (18 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

INCLUDES =			     \
	@COMPIZ_CFLAGS@ \
	-I$(top_srcdir)/include	     \
	-I$(top_srcdir)/src \
	-DPLUGINDIR=\"$(PLUGINDIR)\" \
	-DLIBDIR=\"$(libdir)\"

libini_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
libini_la_LIBADD  = $(top_builddir)/src/libcompizconfig.la
libini_la_SOURCES = ini.c
backenddir = $(libdir)/compizconfig/backends

METASOURCES = AUTO

backend_LTLIBRARIES = libini.la