MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = -I$(top_srcdir) @GCP_CFLAGS@
DEFS += -DDATADIR=\"$(datadir)\" \
-DPKGDATADIR=\"$(pkgdatadir)\" \
-DGLADEDIR=\"$(pkgdatadir)/ui\"
templatesdir = $(pkglibdir)/plugins
templates_LTLIBRARIES = templates.la
templates_la_LDFLAGS = @GCP_LIBS@ -module -avoid-version
templates_la_SOURCES = \
plugin.cc \
gtkcombotoolitem.c \
templatetool.cc \
templatetree.cc \
category.cc
noinst_HEADERS = \
plugin.h \
gtkcombotoolitem.h \
templatetool.h \
templatetree.h \
category.h
uidir = $(pkgdatadir)/ui
dist_ui_DATA = \
templates.glade \
new-template.glade
syntax highlighted by Code2HTML, v. 0.9.1