summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/plugins/Makefile.am
blob: b7d66dfb45347db71226e7e840940c700e00ca38 (plain)
1
2
3
4
5
6
7
8
9
10
11
METASOURCES = AUTO
AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)

noinst_LTLIBRARIES = libkopetepluginconfig.la

libkopetepluginconfig_la_SOURCES = kopetepluginconfig.cpp
libkopetepluginconfig_la_LDFLAGS = $(all_libraries)
libkopetepluginconfig_la_LIBADD = $(LIB_TDEUTILS)

# vim: set noet: