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.
12 lines
340 B
12 lines
340 B
15 years ago
|
noinst_LTLIBRARIES = libcatalogmanagersvn.la
|
||
|
|
||
|
# set the include path for X, qt and KDE
|
||
|
INCLUDES = -I.. -I../../common $(all_includes)
|
||
|
|
||
|
libcatalogmanagersvn_la_SOURCES = svnhandler.cpp svndialog.cpp
|
||
|
|
||
|
noinst_HEADERS = svnhandler.h svndialog.h svnresources.h
|
||
|
|
||
|
# let automoc handle all of the meta source files (moc)
|
||
|
METASOURCES = AUTO
|