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.
tdenetwork/kopete/kopete/addcontactwizard/Makefile.am

11 lines
408 B

METASOURCES = AUTO
AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)
noinst_LTLIBRARIES = libkopeteaddcontactwizard.la
noinst_HEADERS = addcontactwizard.h
libkopeteaddcontactwizard_la_SOURCES = addcontactwizard_base.ui addcontactwizard.cpp
libkopeteaddcontactwizard_la_LDFLAGS = $(all_libraries) -no-undefined
libkopeteaddcontactwizard_la_LIBADD = ../../libkopete/libkopete.la $(LIB_TDEUI) $(LIB_TDEABC)