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.
9 lines
320 B
9 lines
320 B
METASOURCES = AUTO
|
|
AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)
|
|
noinst_LTLIBRARIES = libkopetecompat.la
|
|
|
|
libkopetecompat_la_SOURCES = kpixmapregionselectordialog.cpp kpixmapregionselectorwidget.cpp
|
|
libkopetecompat_la_LDFLAGS = -no-undefined $(all_libraries)
|
|
libkopetecompat_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE)
|
|
|