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.
8 lines
341 B
8 lines
341 B
INCLUDES = $(all_includes) -I$(top_srcdir)/src |
|
METASOURCES = AUTO |
|
|
|
# Application |
|
bin_PROGRAMS = filelight |
|
filelight_SOURCES = historyAction.cpp mainWindow.cpp main.cpp |
|
filelight_LDADD = $(LIB_KPARTS) $(LIB_TDEUI) |
|
filelight_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
|