|
|
@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = kcm_lilo.la
|
|
|
|
|
|
|
|
|
|
|
|
kcm_lilo_la_SOURCES = kcontrol.cpp Details.cpp InputBox.cpp
|
|
|
|
kcm_lilo_la_SOURCES = kcontrol.cpp Details.cpp InputBox.cpp
|
|
|
|
kcm_lilo_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
|
|
kcm_lilo_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
|
|
kcm_lilo_la_LIBADD = ../kde-qt-common/libwidgets.la $(LIB_TDEIO)
|
|
|
|
kcm_lilo_la_LIBADD = ../kde-qt-common/libwidgets.la $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
kcm_lilo_la_METASOURCES = AUTO
|
|
|
|
kcm_lilo_la_METASOURCES = AUTO
|
|
|
|
AM_CXXFLAGS = -DUSE_KDE
|
|
|
|
AM_CXXFLAGS = -DUSE_KDE
|
|
|
|
|
|
|
|
|
|
|
|