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.
14 lines
355 B
14 lines
355 B
KDE_OPTIONS = noautodist
|
|
|
|
METASOURCES = AUTO
|
|
INCLUDES = $(all_includes) -I$(top_srcdir) -I. -I$(top_srcdir)/kmymoney2/widgets
|
|
|
|
SUBDIRS =
|
|
|
|
noinst_LIBRARIES = libinterfaces.a
|
|
|
|
libinterfaces_a_SOURCES = kmmviewinterface.cpp kmmstatementinterface.cpp kmmimportinterface.cpp
|
|
|
|
noinst_HEADERS = kmmviewinterface.h kmmstatementinterface.h kmmimportinterface.h
|
|
|