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.
16 lines
414 B
16 lines
414 B
15 years ago
|
METASOURCES = AUTO
|
||
|
AM_CPPFLAGS = $(KOPETE_INCLUDES) \
|
||
|
-I$(srcdir)/.. \
|
||
|
-I$(srcdir)/../.. \
|
||
|
-I$(srcdir)/../../liboscar \
|
||
|
$(all_includes)
|
||
|
|
||
|
noinst_LTLIBRARIES = libkopeteaimui.la
|
||
|
|
||
|
libkopeteaimui_la_SOURCES = aimaddcontactui.ui aimeditaccountui.ui \
|
||
|
aiminfobase.ui aimjoinchatbase.ui aimaddcontactpage.cpp aimeditaccountwidget.cpp
|
||
|
|
||
|
libkopeteaimui_la_LIBADD = $(top_builddir)/kopete/libkopete/libkopete.la
|
||
|
|
||
|
|