aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: a3fff7dbd4f196d5c5b7f1c663515a9f615a8ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDES = $(GTK_CFLAGS) $(DEVELOPMENT_CFLAGS)

enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines

engine_LTLIBRARIES = libsato-engine.la

libsato_engine_la_SOURCES = \
	./src/sato-draw.c             \
	./src/sato-draw.h             \
	./src/sato-main.c             \
	./src/sato-style.c            \
	./src/sato-style.h \
	./src/sato-utils.c \
	./src/sato-utils.h

libsato_engine_la_LDFLAGS = -module -avoid-version -no-undefined
libsato_engine_la_LIBADD = $(GTK_LIBS)

themedir = $(datadir)/themes/Sato/gtk-2.0
theme_DATA = data/gtkrc data/titlebar-panel-background.png 

EXTRA_DIST = $(theme_DATA)