Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/engine/Makefile.am
blob: c4b5c579fc111799fa86bc52e4f53e6d61e824fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
enginedir = $(libdir)/gtk-3.0/$(GTK_VERSION)/theming-engines
engine_LTLIBRARIES = libsugar.la

INCLUDES = \
	$(ENGINE3_CFLAGS)

libsugar_la_SOURCES =			\
	sugar_utils.h			\
	sugar_utils.c			\
	sugar_engine.c

libsugar_la_LDFLAGS = -module -avoid-version -no-undefined -export-symbols $(top_srcdir)/gtk3/engine/engine.symbols
libsugar_la_LIBADD =  $(ENGINE3_LIBS)

EXTRA_DIST = engine.symbols

-include $(top_srcdir)/git.mk