You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
351 B
16 lines
351 B
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
|
|
|