source: trunk/third/gtk-thinice-engine/Makefile.am @ 18878

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.
RevLine 
[18877]1SUBDIRS = Theme
2
3INCLUDES = $(THINICE_CFLAGS)
4
5enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
6
7engine_LTLIBRARIES = libthinice.la
8
9libthinice_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
16libthinice_la_LDFLAGS = -module -avoid-version
17
18libthinice_la_LIBADD =  $(THINICE_LIBS)
19
20EXTRA_DIST = autogen.sh gtk-thinice-engine-2.pc.in
21
22pkgconfigdir = $(libdir)/pkgconfig
23pkgconfig_DATA = gtk-thinice-engine-2.pc
Note: See TracBrowser for help on using the repository browser.