source: trunk/third/gtk-engines/redmond95/Makefile.am @ 18286

Revision 18286, 418 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18285, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = Theme
2INCLUDES = $(GTK_CFLAGS)
3
4enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
5
6# replace the "redmond95" prefix with whatever you're using
7engine_LTLIBRARIES = libredmond95.la
8
9libredmond95_la_SOURCES = \
10        redmond_rc_style.c      \
11        redmond_rc_style.h      \
12        redmond_style.c         \
13        redmond_style.h         \
14        redmond_theme_main.c
15
16libredmond95_la_LDFLAGS = -module -avoid-version
17libredmond95_la_LIBADD = # $(GTK_LIBS)
18
Note: See TracBrowser for help on using the repository browser.