diff options
Diffstat (limited to 'src/collections/Makefile.am')
-rw-r--r-- | src/collections/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/collections/Makefile.am b/src/collections/Makefile.am index 21543d0..477f826 100644 --- a/src/collections/Makefile.am +++ b/src/collections/Makefile.am @@ -1,4 +1,4 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## noinst_LIBRARIES = libcollections.a AM_CPPFLAGS = $(all_includes) @@ -11,7 +11,7 @@ libcollections_a_SOURCES = winecollection.cpp stampcollection.cpp \ bookcollection.cpp gamecollection.cpp filecatalog.cpp \ boardgamecollection.cpp -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ KDE_OPTIONS = noautodist |