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.
18 lines
620 B
18 lines
620 B
15 years ago
|
METASOURCES = AUTO
|
||
|
AM_CPPFLAGS = -I$(srcdir)/../ \
|
||
|
-I$(srcdir)/../../ \
|
||
|
-I$(srcdir)/ui/ \
|
||
|
-I$(srcdir)/../../liboscar \
|
||
|
-I$(srcdir)/../../../../ \
|
||
|
$(KOPETE_INCLUDES) $(all_includes)
|
||
|
|
||
|
noinst_LTLIBRARIES = libkopeteicqui.la
|
||
|
|
||
|
libkopeteicqui_la_SOURCES = icqadd.ui icqeditaccountui.ui \
|
||
|
icqeditaccountwidget.cpp icqgeneralinfo.ui icqotherinfowidget.ui icqworkinfowidget.ui icqinterestinfowidget.ui\
|
||
|
icquserinfowidget.cpp icqauthreplyui.ui icqauthreplydialog.cpp icqaddcontactpage.cpp \
|
||
|
icqsearchbase.ui icqsearchdialog.cpp icqsearchdialog.h
|
||
|
|
||
|
libkopeteicqui_la_LIBADD = $(top_builddir)/kopete/libkopete/libkopete.la
|
||
|
|