summaryrefslogtreecommitdiffstats
path: root/nsplugins/viewer/Makefile.am
blob: 12a0301b9fe8cae6a3a91d541b8b30b0b13d81a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDES = -I$(top_srcdir)/nsplugins -I$(top_builddir)/nsplugins $(all_includes) `pkg-config --cflags glib-2.0`
METASOURCES = AUTO

bin_PROGRAMS = nspluginviewer 

nspluginviewer_SOURCES = NSPluginCallbackIface.stub NSPluginClassIface.skel \
	nsplugin.cpp viewer.cpp kxt.cpp qxteventloop.cpp glibevents.cpp
nspluginviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic `pkg-config --libs glib-2.0`
nspluginviewer_LDADD = $(LIB_KIO) $(LIB_KPARTS) -lXt

NSPluginCallbackIface_DIR = $(srcdir)/..