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.
digikam/digikam/libs/themeengine/Makefile.am

12 lines
417 B

METASOURCES = AUTO
noinst_LTLIBRARIES = libthemeengine.la
libthemeengine_la_SOURCES = theme.cpp themeengine.cpp texture.cpp
libthemeengine_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
INCLUDES = -I$(top_srcdir)/digikam/libs/dimg \
-I$(top_srcdir)/digikam/digikam \
-I$(top_srcdir)/digikam/ \
$(all_includes)