Revision 18286,
390 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.
|
Rev | Line | |
---|
[18285] | 1 | SUBDIRS = Theme |
---|
| 2 | INCLUDES = $(GTK_CFLAGS) |
---|
| 3 | |
---|
| 4 | enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines |
---|
| 5 | |
---|
| 6 | # replace the "metal" prefix with whatever you're using |
---|
| 7 | engine_LTLIBRARIES = libmetal.la |
---|
| 8 | |
---|
| 9 | libmetal_la_SOURCES = \ |
---|
| 10 | metal_rc_style.c \ |
---|
| 11 | metal_rc_style.h \ |
---|
| 12 | metal_style.c \ |
---|
| 13 | metal_style.h \ |
---|
| 14 | metal_theme_main.c |
---|
| 15 | |
---|
| 16 | libmetal_la_LDFLAGS = -module -avoid-version |
---|
| 17 | libmetal_la_LIBADD = # $(GTK_LIBS) |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.