From 3ca352edfef5f34993638df9b64bfa4eb7e7ed6d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 6 Jun 2012 21:39:16 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/oauth/Makefile.am | 39 ------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 protocols/Twitter/oauth/Makefile.am (limited to 'protocols/Twitter/oauth/Makefile.am') diff --git a/protocols/Twitter/oauth/Makefile.am b/protocols/Twitter/oauth/Makefile.am deleted file mode 100644 index bacc32a25f..0000000000 --- a/protocols/Twitter/oauth/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -ACLOCAL_AMFLAGS= -I m4 -SUBDIRS = @subdirs@ - -EXTRA_DIST=liboauth.lsm.in oauth.pc.in Doxyfile.in \ - COPYING.GPL COPYING.MIT LICENSE.OpenSSL \ - m4 - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = oauth.pc - -TESTS=tests/tcwiki@EXESUF@ tests/tceran@EXESUF@ tests/tcother@EXESUF@ - -CLEANFILES = stamp-doxygen stamp-doc - -MAINTAINERCLEANFILES = \ - src/Makefile.in \ - tests/Makefile.in \ - tests/atconfig \ - doc/Makefile.in \ - Makefile.in \ - aclocal.m4 \ - compile \ - config.guess \ - config.h.in \ - config.sub \ - configure \ - depcomp \ - install-sh \ - missing - -dox: stamp-doxygen - -stamp-doxygen: src/oauth.h doc/mainpage.dox - $(DOXYGEN) Doxyfile && touch stamp-doxygen - cp doc/man/man3/oauth.h.3 doc/oauth.3 - sed 's/ -\([qsdU]\)/ \\-\1/g' doc/man/man3/oauth.h.3 \ - | sed 's/ -1 / \\-1 /' \ - | sed 's/--/\\-\\-/' \ - > doc/oauth.3 -- cgit v1.2.3