You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
411 B
14 lines
411 B
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_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:
|
|
|