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.
7 lines
328 B
7 lines
328 B
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
|
|
METASOURCES = AUTO
|
|
bin_PROGRAMS = tdevelop-htdig
|
|
tdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
tdevelop_htdig_SOURCES = htdigindex.cpp
|
|
noinst_HEADERS = htdigindex.h
|