diff options
Diffstat (limited to 'src/projects/kostore/Makefile.am')
-rw-r--r-- | src/projects/kostore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/kostore/Makefile.am b/src/projects/kostore/Makefile.am index 65de5e7..e87beeb 100644 --- a/src/projects/kostore/Makefile.am +++ b/src/projects/kostore/Makefile.am @@ -6,6 +6,6 @@ INCLUDES = $(all_includes) ####### Files libkostore_la_LIBADD = $(LIB_TDEIO) -libkostore_la_SOURCES = koStore.cc koZipStore.cc koStoreBase.cc +libkostore_la_SOURCES = koStore.cpp koZipStore.cpp koStoreBase.cpp #libkostore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 $(KDE_LDFLAGS) -no-undefined #include_HEADERS = koStore.h |