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

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.
RevLine 
[18285]1SUBDIRS = Theme
2INCLUDES = $(GTK_CFLAGS)
3
4enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
5
6# replace the "metal" prefix with whatever you're using
7engine_LTLIBRARIES = libmetal.la
8
9libmetal_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
16libmetal_la_LDFLAGS = -module -avoid-version
17libmetal_la_LIBADD = # $(GTK_LIBS)
18
Note: See TracBrowser for help on using the repository browser.