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.
20 lines
618 B
20 lines
618 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_KPARTS) $(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_CXXFLAGS= -DHAVE_SSTREAM
|
|
AM_CPPFLAGS= $(all_includes)
|