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
270 B
7 lines
270 B
15 years ago
|
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
bin_PROGRAMS = kdevelop-htdig
|
||
|
kdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_KIO) $(LIB_KDEUI)
|
||
|
kdevelop_htdig_SOURCES = htdigindex.cpp
|
||
|
noinst_HEADERS = htdigindex.h
|