blob: 3dc2ca7336a924380decae9e2f880fb16a751d42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
METASOURCES = AUTO
AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST \
$(KOPETE_INCLUDES) $(all_includes)
noinst_LTLIBRARIES = libkopeteprivate.la
libkopeteprivate_la_SOURCES = kopeteemoticons.cpp \
kopetecommand.cpp kopeteviewmanager.cpp kopeteutils_private.cpp
libkopeteprivate_la_LDFLAGS = $(all_libraries)
libkopeteprivate_la_LIBADD = $(LIB_TDEUI)
# vim: set noet:
|