From 055a36efd6c2f20c90d9dae56c4d7e39229b7dbd Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 27 Sep 2018 16:27:22 +0200 Subject: delete empty files, this fixes issue #1 Signed-off-by: gregory guy --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 732435c..8287a43 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = $(all_includes) # these are the headers for your project -noinst_HEADERS = DragWidget.h KeyClip.h MainWidget.h VButton.h numpadvbutton.h +noinst_HEADERS = DragWidget.h MainWidget.h VButton.h numpadvbutton.h # let automoc handle all of the meta source files (moc) @@ -20,7 +20,7 @@ KDE_ICON = kvkbd bin_PROGRAMS = kvkbd # the application source, library search path, and link libraries -kvkbd_SOURCES = DragWidget.cpp KeyClip.cpp MainWidget.cpp VButton.cpp main.cpp \ +kvkbd_SOURCES = DragWidget.cpp MainWidget.cpp VButton.cpp main.cpp \ numpadvbutton.cpp resizabledragwidget.cpp resizabledragwidget.h kvkbd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kvkbd_LDADD = -lXtst $(LIB_TDEUI) -- cgit v1.2.1