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.
tdelibs/tdeio/httpfilter/Makefile.am

9 lines
248 B

AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libhttpfilter.la
libhttpfilter_la_SOURCES = httpfilter.cpp
libhttpfilter_la_LIBADD = $(LIBZ)
libhttpfilter_la_LDFLAGS = $(all_libraries)
include $(top_srcdir)/admin/Doxyfile.am