diff options
Diffstat (limited to 'tdm/kfrontend/themer/Makefile.am')
-rw-r--r-- | tdm/kfrontend/themer/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tdm/kfrontend/themer/Makefile.am b/tdm/kfrontend/themer/Makefile.am new file mode 100644 index 000000000..f736795d6 --- /dev/null +++ b/tdm/kfrontend/themer/Makefile.am @@ -0,0 +1,16 @@ +AM_CPPFLAGS = -I$(srcdir)/../../backend -I$(srcdir)/.. -I../.. \ + -I$(top_srcdir)/tdmlib \ + $(all_includes) + +noinst_LIBRARIES = libtdmthemer.a +libtdmthemer_a_SOURCES = \ + tdmthemer.cpp \ + tdmitem.cpp \ + tdmpixmap.cpp \ + tdmrect.cpp \ + tdmlabel.cpp \ + tdmlayout.cpp + +METASOURCES = AUTO + +libtdmthemer_a_COMPILE_FIRST = ../../config.ci |