summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/addaccountwizard/Makefile.am
blob: a9f45c9f4336bcfafc7e25e649589615810930c3 (plain)
1
2
3
4
5
6
7
8
9
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)