diff options
author | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 09:57:10 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 09:57:10 +0000 |
commit | e9a716153cccd5ce9f1439afa68ed0f4361ee96e (patch) | |
tree | 88f0f1095b216e94fc49475a5dde0c132bf2a2a7 /kde2/klipsi | |
parent | 823aa19a01793b36f525f16a45d7151a61f6a68d (diff) | |
download | plptools-e9a716153cccd5ce9f1439afa68ed0f4361ee96e.tar.gz plptools-e9a716153cccd5ce9f1439afa68ed0f4361ee96e.tar.bz2 plptools-e9a716153cccd5ce9f1439afa68ed0f4361ee96e.zip |
More tweaks for modern autotools. I must admit I know very little
about autotools, so I'm using the Google-and-copy method.
Diffstat (limited to 'kde2/klipsi')
-rw-r--r-- | kde2/klipsi/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kde2/klipsi/Makefile.am b/kde2/klipsi/Makefile.am index f502759..0dbb470 100644 --- a/kde2/klipsi/Makefile.am +++ b/kde2/klipsi/Makefile.am @@ -1,16 +1,16 @@ libdir=$(kde_libraries) - + bindir=$(kde_bindir) - + maintainer-clean-local: rm -f Makefile.in - + METASOURCES = AUTO - + KDE_ICON = AUTO - + INCLUDES = $(all_includes) -I$(top_srcdir)/lib - + DISTCLEANFILES = $(klipsi_METASOURCES) ./.deps/* ./.deps/.P bin_PROGRAMS = klipsi @@ -20,7 +20,7 @@ CLEANFILES = dummy.cpp klipsi_la_LIBADD = $(LIB_PLP) $(LIB_KDEUI) klipsi_la_SOURCES = main.cpp toplevel.cpp -klipsi_la_LDFLAGS = $(PLP_LDFLAGS) $(KDE_LDFLAGS) $(LIBDEBUG) -module $(KDE_MODULE) +klipsi_la_LDFLAGS = $(PLP_LDFLAGS) $(KDE_LDFLAGS) $(LIBDEBUG) -module klipsi_LDADD = klipsi.la klipsi_SOURCES = dummy.cpp @@ -36,7 +36,7 @@ apps_DATA = eventsrc EXTRA_DIST += $(apps_DATA) noinst_HEADERS = toplevel.h - + messages: $(XGETTEXT) -C -ki18n -kI18N_NOOP -ktranslate -kaliasLocale *.cpp *.h && mv messages.po ../po/klipsi.pot |