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
noinst_LTLIBRARIES = libcatalogmanagercvs.la
|
|
|
|
# set the include path for X, qt and KDE
|
|
INCLUDES = -I.. -I../../common $(all_includes)
|
|
|
|
libcatalogmanagercvs_la_SOURCES = cvshandler.cpp cvsdialog.cpp
|
|
|
|
noinst_HEADERS = cvshandler.h cvsdialog.h cvsresources.h
|
|
|
|
# let automoc handle all of the meta source files (moc)
|
|
METASOURCES = AUTO
|