summaryrefslogtreecommitdiffstats
path: root/konq-plugins/uachanger/Makefile.am
blob: 80e2c2bd548091c985555a4f3a8c80c1537e713f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
kde_module_LTLIBRARIES = libuachangerplugin.la

AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO

libuachangerplugin_la_SOURCES = uachangerplugin.cpp
libuachangerplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
libuachangerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)

pluginsdir = $(kde_datadir)/khtml/kpartplugins
plugins_DATA = uachangerplugin.rc uachangerplugin.desktop

appsdir = $(kde_appsdir)/.hidden
apps_DATA = uachangerplugin.desktop 

messages: rc.cpp
	$(XGETTEXT) *.cpp *.h -o $(podir)/uachangerplugin.pot