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.
33 lines
656 B
33 lines
656 B
15 years ago
|
INCLUDES = \
|
||
|
-I$(top_srcdir)/kompare/libdiff2 \
|
||
|
$(all_includes)
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
settingsbase.h \
|
||
|
diffsettings.h \
|
||
|
filessettings.h \
|
||
|
viewsettings.h \
|
||
|
pagebase.h \
|
||
|
diffpage.h \
|
||
|
filespage.h \
|
||
|
viewpage.h
|
||
|
|
||
|
# let automoc handle all of the meta source files (moc)
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
noinst_LTLIBRARIES = libdialogpages.la
|
||
|
|
||
|
# the library's source, library search path, and link libraries
|
||
|
libdialogpages_la_SOURCES = \
|
||
|
settingsbase.cpp \
|
||
|
diffsettings.cpp \
|
||
|
filessettings.cpp \
|
||
|
viewsettings.cpp \
|
||
|
pagebase.cpp \
|
||
|
diffpage.cpp \
|
||
|
filespage.cpp \
|
||
|
viewpage.cpp
|
||
|
|
||
|
libdialogpages_la_LDFLAGS = $(all_libraries)
|
||
|
libdialogpages_la_LIBADD = $(LIB_KFILE)
|