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
462 B
13 lines
462 B
METASOURCES = AUTO
|
|
AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkopeteaddaccountwizard.la
|
|
noinst_HEADERS = addaccountwizard.h
|
|
|
|
libkopeteaddaccountwizard_la_SOURCES = addaccountwizardpage1.ui addaccountwizardpage2.ui addaccountwizardpage3.ui addaccountwizard.cpp
|
|
libkopeteaddaccountwizard_la_LDFLAGS = $(all_libraries) -no-undefined
|
|
libkopeteaddaccountwizard_la_LIBADD = ../../libkopete/libkopete.la $(LIB_TDEUI)
|
|
|
|
# vim: set noet:
|
|
|