You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
351 B
17 lines
351 B
AM_CPPFLAGS = -I$(srcdir)/../../backend -I$(srcdir)/.. -I../.. \
|
|
-I$(top_srcdir)/kdmlib \
|
|
$(all_includes)
|
|
|
|
noinst_LIBRARIES = libkdmthemer.a
|
|
libkdmthemer_a_SOURCES = \
|
|
kdmthemer.cpp \
|
|
kdmitem.cpp \
|
|
kdmpixmap.cpp \
|
|
kdmrect.cpp \
|
|
kdmlabel.cpp \
|
|
kdmlayout.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
libkdmthemer_a_COMPILE_FIRST = ../../config.ci
|