dolphin/nsplugins/test/Makefile.am
Stephan Kulow 9a88a45df4 nice ground to find unsermake bugs, but still has bugs on it's own :)
svn path=/trunk/kdebase/nsplugins/; revision=154853
2002-05-10 21:22:14 +00:00

11 lines
342 B
Makefile

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)
testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la
$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h