File: Makefile.am

package info (click to toggle)
gtk-engines 0.12-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,936 kB
  • ctags: 394
  • sloc: ansic: 9,993; sh: 8,696; makefile: 212
file content (15 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = Theme
INCLUDES = $(GTK_CFLAGS)

enginedir = $(libdir)/gtk/themes/engines

# replace the "raleigh" prefix with whatever you're using
engine_LTLIBRARIES = libraleigh.la
libraleigh_la_SOURCES = 	\
	raleigh.h		\
	raleigh_theme_draw.c	\
	raleigh_theme_main.c

libraleigh_la_LDFLAGS = -module -avoid-version
libraleigh_la_LIBADD = $(GTK_LIBS)