blob: 8d6a673e20137355de643385758a730b4235ef76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
METASOURCES = AUTO
noinst_LTLIBRARIES = libkopeteyahooui.la
AM_CPPFLAGS = $(KOPETE_INCLUDES) \
-I$(srcdir)/.. \
$(all_includes)
libkopeteyahooui_la_SOURCES = yahooadd.ui yahooeditaccountbase.ui \
yahooinvitelistbase.ui yahooinvitelistimpl.cpp empty.cpp yahooverifyaccountbase.ui \
yahoostealthsetting.ui yahoowebcamdialog.cpp yahoogeneralinfowidget.ui yahoouserinfodialog.cpp \
yahooworkinfowidget.ui yahoootherinfowidget.ui
EXTRA_DIST = dlgrename.ui
noinst_HEADERS = yahoouserinfodialog.h
|