diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 15:56:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 15:56:40 -0600 |
commit | e16866e072f94410321d70daedbcb855ea878cac (patch) | |
tree | ee3f52eabde7da1a0e6ca845fb9c2813cf1558cf /kdesu/Makefile.am | |
parent | a58c20c1a7593631a1b50213c805507ebc16adaf (diff) | |
download | tdelibs-e16866e072f94410321d70daedbcb855ea878cac.tar.gz tdelibs-e16866e072f94410321d70daedbcb855ea878cac.zip |
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdesu/Makefile.am')
-rw-r--r-- | kdesu/Makefile.am | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kdesu/Makefile.am b/kdesu/Makefile.am deleted file mode 100644 index 847a21ee1..000000000 --- a/kdesu/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -## Makefile.am for libtdesu - -INCLUDES = -I$(top_srcdir)/kio/ $(all_includes) - -lib_LTLIBRARIES = libtdesu.la -libtdesu_la_SOURCES = client.cpp process.cpp kcookie.cpp su.cpp ssh.cpp stub.cpp tdesu_pty.cpp -libtdesu_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries) -libtdesu_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la -libtdesu_la_NMCHECK = $(srcdir)/libtdesu.nmcheck -libtdesu_la_NMCHECKWEAK = $(srcdir)/libtdesu_weak.nmcheck $(top_srcdir)/tdecore/libtdecore_weak.nmcheck \ - $(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/tdecore/libqt-mt_weak.nmcheck - -tdesudir = $(includedir)/tdesu -tdesu_HEADERS = defaults.h client.h process.h tdesu_pty.h kcookie.h su.h ssh.h stub.h - -install-data-hook: - $(mkinstalldirs) $(DESTDIR)$(tdesudir) - -rm -f $(DESTDIR)$(tdesudir)/pty.h - ln -s tdesu_pty.h $(DESTDIR)$(tdesudir)/pty.h - -uninstall-local: - -rm -f $(DESTDIR)$(tdesudir)/pty.h - -bin_PROGRAMS = tdesu_stub -tdesu_stub_SOURCES = tdesu_stub.c -tdesu_stub_LDFLAGS = $(all_libraries) -tdesu_stub_LDADD = - -include $(top_srcdir)/admin/Doxyfile.am - |