File: Makefile.am

package info (click to toggle)
gtk-engines 0.12-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,940 kB
  • ctags: 394
  • sloc: ansic: 9,993; sh: 8,696; makefile: 211
file content (15 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (4)
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 "redmond95" prefix with whatever you're using
engine_LTLIBRARIES = libredmond95.la

libredmond95_la_SOURCES = \
	redmond95_theme_draw.c	\
	redmond95_theme_main.c

libredmond95_la_LDFLAGS = -module -avoid-version
libredmond95_la_LIBADD = $(GTK_LIBS)