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.
13 lines
350 B
13 lines
350 B
METASOURCES = AUTO
|
|
|
|
noinst_LTLIBRARIES = libkopeteircui.la
|
|
AM_CPPFLAGS = $(KOPETE_INCLUDES) \
|
|
-I$(srcdir)/..\
|
|
-I$(srcdir)/../libkirc \
|
|
$(all_includes)
|
|
|
|
|
|
libkopeteircui_la_SOURCES = ircadd.ui empty.cpp irceditaccountwidget.cpp \
|
|
irceditaccount.ui channellist.cpp channellistdialog.cpp networkconfig.ui
|
|
EXTRA_DIST = ircadd.ui ircprefs.ui empty.cpp
|