diff options
Diffstat (limited to 'src/fetch/Makefile.am')
-rw-r--r-- | src/fetch/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/Makefile.am b/src/fetch/Makefile.am index fbf2ea1..017ef60 100644 --- a/src/fetch/Makefile.am +++ b/src/fetch/Makefile.am @@ -1,4 +1,4 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## noinst_LIBRARIES = libfetch.a AM_CPPFLAGS = $(all_includes) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(YAZ_CFLAGS) @@ -12,7 +12,7 @@ libfetch_a_SOURCES = amazonfetcher.cpp animenfofetcher.cpp arxivfetcher.cpp \ isbndbfetcher.cpp messagehandler.cpp srufetcher.cpp yahoofetcher.cpp z3950connection.cpp \ z3950fetcher.cpp -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ SUBDIRS = scripts |