diff options
Diffstat (limited to 'kabc/frontend/Makefile.am')
-rw-r--r-- | kabc/frontend/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kabc/frontend/Makefile.am b/kabc/frontend/Makefile.am deleted file mode 100644 index 6cec95468..000000000 --- a/kabc/frontend/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -INCLUDES = -I$(includedir)/tdeabc $(all_includes) - -METASOURCES = AUTO - -bin_PROGRAMS = kabcfrontend - -kabcfrontend_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -kabcfrontend_LDADD = -ltdeabc $(LIB_TDECORE) -kabcfrontend_SOURCES = main.cpp mainWindow.ui - |