summaryrefslogtreecommitdiffstats
path: root/kdpkg/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg/Makefile.am')
-rw-r--r--kdpkg/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/kdpkg/Makefile.am b/kdpkg/Makefile.am
deleted file mode 100644
index 518047c..0000000
--- a/kdpkg/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-# set the include path for X, qt and KDE
-AM_CPPFLAGS = $(all_includes)
-
-# these are the headers for your project
-noinst_HEADERS = kdpkg.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-# the application source, library search path, and link libraries
-kdpkg_SOURCES = main.cpp kdpkg.cpp kdpkgdialog.ui process.cpp
-kdpkg_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeio
-kdpkg_LDADD = $(LIB_TDEUI)
-
-
-# application
-xdg_apps_DATA = kdpkg.desktop
-bin_PROGRAMS = kdpkg
-
-sharedir = $(pkgdatadir)
-
-
-# translation
-messages: rc.cpp
- $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kdpkg.pot