diff --git a/nsplugins/wrapper/CMakeLists.txt b/nsplugins/wrapper/CMakeLists.txt index 4ad1103676..d8f08be667 100644 --- a/nsplugins/wrapper/CMakeLists.txt +++ b/nsplugins/wrapper/CMakeLists.txt @@ -14,16 +14,3 @@ target_link_libraries(nswrapper ${KDE4_KDECORE_LIBS} ) set_target_properties(nswrapper PROPERTIES VERSION 1.0.0 SOVERSION 1 ) install(TARGETS nswrapper DESTINATION ${LIB_INSTALL_DIR} ) - -########### install files ############### - - - - - -#original Makefile.am contents follow: - -#lib_LTLIBRARIES = libnswrapper.la -#libnswrapper_la_SOURCES = wrapper.c -#INCLUDES = -I$(top_srcdir)/nsplugins -# diff --git a/nsplugins/wrapper/Makefile.am b/nsplugins/wrapper/Makefile.am deleted file mode 100644 index b4cd8e0192..0000000000 --- a/nsplugins/wrapper/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -lib_LTLIBRARIES = libnswrapper.la -libnswrapper_la_SOURCES = wrapper.c -INCLUDES = -I$(top_srcdir)/nsplugins -