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.
tdevelop/lib/catalog/Makefile.am

14 lines
566 B

INCLUDES = $(all_includes) $(DB3INCLUDES)
lib_LTLIBRARIES = libtdevcatalog.la
libtdevcatalog_la_SOURCES = tag.cpp catalog.cpp
libtdevcatalog_la_LDFLAGS = -no-undefined $(all_libraries) $(DB3LDFLAGS)
libtdevcatalog_la_LIBADD = -l$(DB3LIB) $(LIB_TDECORE) $(LIB_QT)
tdevcatalogincludedir = $(includedir)/tdevelop/catalog
tdevcataloginclude_HEADERS = catalog.h tag.h
12 years ago
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils
DOXYGEN_PROJECTNAME = TDevelop Catalog Library
DOXYGEN_DOCDIRPREFIX = tdev
include ../../Doxyfile.am