Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk/engine/Makefile.am
blob: eb720ffdf5583d05bedd6c7ae77fa1161a2b044e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
INCLUDES = \
	-DGTK_DISABLE_DEPRECATED \
	-DGDK_DISABLE_DEPRECATED \
	-DG_DISABLE_DEPRECATED \
	$(ENGINE_CFLAGS) $(WARN_CFLAGS)

enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
engine_LTLIBRARIES = libsugar.la

libsugar_la_SOURCES =		\
	sugar.c			\
	sugar-rc-style.c	\
	sugar-rc-style.h	\
	sugar-style.h		\
	sugar-style.c		\
	sugar-info.h		\
	sugar-info.c		\
	sugar-utils.h		\
	sugar-utils.c		\
	sugar-drawing.h		\
	sugar-drawing.c

libsugar_la_LDFLAGS =				\
	-avoid-version -no-undefined -module	\
	$(ENGINE_LIBS)