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.
13 lines
339 B
13 lines
339 B
|
|
INCLUDES = -I$(srcdir)/lib $(all_includes)
|
|
|
|
libkconfig_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
|
|
libkconfig_la_LIBADD = $(CCS_LIBS) $(LIB_TDECORE)
|
|
libkconfig_la_SOURCES = kconfig_backend.cpp
|
|
backenddir = $(BACKENDDIR)/backends
|
|
KDE_CXXFLAGS = $(CCS_CFLAGS)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
backend_LTLIBRARIES = libkconfig.la
|