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