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.
tdeartwork/twin-styles/glow/Makefile.am

23 lines
533 B

INCLUDES = $(all_includes)
SUBDIRS = . config themes
kde_module_LTLIBRARIES = twin_glow.la
twin_glow_la_SOURCES = glowclient.cpp glowbutton.cpp
twin_glow_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
twin_glow_la_LIBADD = $(LIB_TDECORE) -ltdecorations
METASOURCES = AUTO
noinst_HEADERS = glowclient.h glowbutton.h resources.h
linkdir = $(kde_datadir)/twin/
link_DATA = glow.desktop
EXTRA_DIST = $(link_DATA)
###KMAKE-start (don't edit or delete this block)
###KMAKE-end