summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/oauth/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Twitter/src/oauth/Makefile.am')
-rw-r--r--protocols/Twitter/src/oauth/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/Twitter/src/oauth/Makefile.am b/protocols/Twitter/src/oauth/Makefile.am
deleted file mode 100644
index b59c7c71df..0000000000
--- a/protocols/Twitter/src/oauth/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-ACLOCAL_AMFLAGS= -I m4
-lib_LTLIBRARIES = liboauth.la
-include_HEADERS = oauth.h
-
-liboauth_la_SOURCES=oauth.c config.h hash.c xmalloc.c xmalloc.h oauth_http.c
-liboauth_la_LDFLAGS=@LIBOAUTH_LDFLAGS@ -version-info @VERSION_INFO@
-liboauth_la_LIBADD=@HASH_LIBS@ @CURL_LIBS@
-liboauth_la_CFLAGS=@LIBOAUTH_CFLAGS@ @HASH_CFLAGS@ @CURL_CFLAGS@