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.
tdewebdev/kommander/working/plugintemplate/src-Makefile.am

19 lines
592 B

lib_LTLIBRARIES = libkmdr%{APPNAMELC}.la
# the library search path.
libkmdr%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) \
$(HK_LDFLAGS) $(all_libraries)
# the libraries to link against.
libkmdr%{APPNAMELC}_la_LIBADD = -lkommanderwidget -lkommanderplugin \
$(LIB_TDEPARTS) $(LIB_TDEUI)
# which sources should be compiled for widgets
libkmdr%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}plugin.cpp
# these are the headers for your project that won't be installed
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
AM_CPPFLAGS= $(all_includes)