diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 21:39:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 21:39:16 +0000 |
commit | 3ca352edfef5f34993638df9b64bfa4eb7e7ed6d (patch) | |
tree | b55e1540479b1ac6443b3b7bb5671d038a99c133 /protocols/Twitter/oauth/Makefile.am | |
parent | 57fa323f2a278b8290d9654da75b5cd488e1f3bc (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/oauth/Makefile.am')
-rw-r--r-- | protocols/Twitter/oauth/Makefile.am | 39 |
1 files changed, 0 insertions, 39 deletions
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 |