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.
tdebase/kwin/clients/test/Makefile.am

16 lines
573 B

INCLUDES = -I$(srcdir)/../../lib $(all_includes)
kde_module_LTLIBRARIES = twin3_test.la
twin3_test_la_SOURCES = test.cpp
twin3_test_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
twin3_test_la_LIBADD = $(LIB_TDEUI) ../../lib/libtdecorations.la
#twin_keramik_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS)
METASOURCES = AUTO
twin_test_lnkdir = $(kde_datadir)/twin
twin_test_lnk_DATA = test.desktop
EXTRA_DIST = $(twin_test_lnk_DATA)