summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/addaccountwizard/Makefile.am
blob: cb491b46a71942207ef4e67f1cec4ef80e90ebf7 (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_KDEUI) 

# vim: set noet: