Revision 18878,
494 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18877,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[18877] | 1 | SUBDIRS = Theme |
---|
| 2 | |
---|
| 3 | INCLUDES = $(THINICE_CFLAGS) |
---|
| 4 | |
---|
| 5 | enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines |
---|
| 6 | |
---|
| 7 | engine_LTLIBRARIES = libthinice.la |
---|
| 8 | |
---|
| 9 | libthinice_la_SOURCES = \ |
---|
| 10 | thinice_main.c \ |
---|
| 11 | thinice_rc_style.c \ |
---|
| 12 | thinice_rc_style.h \ |
---|
| 13 | thinice_style.h \ |
---|
| 14 | thinice_theme_draw.c |
---|
| 15 | |
---|
| 16 | libthinice_la_LDFLAGS = -module -avoid-version |
---|
| 17 | |
---|
| 18 | libthinice_la_LIBADD = $(THINICE_LIBS) |
---|
| 19 | |
---|
| 20 | EXTRA_DIST = autogen.sh gtk-thinice-engine-2.pc.in |
---|
| 21 | |
---|
| 22 | pkgconfigdir = $(libdir)/pkgconfig |
---|
| 23 | pkgconfig_DATA = gtk-thinice-engine-2.pc |
---|
Note: See
TracBrowser
for help on using the repository browser.