blob: 947d5e80e5a73f7fb4b41831e5163f06ac77fe8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
INCLUDES = -I$(top_srcdir)/libltdl -I.. $(all_includes)
METASOURCES = AUTO
noinst_HEADERS = testnsplugin.h
check_PROGRAMS = testnsplugin
testnsplugin_SOURCES = testnsplugin.cpp
testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testnsplugin_LDADD = $(LIB_TDEUI) ../libnsplugin.la
$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h
|