Added the libgiosmtp module, and hence libtool support
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
5
libgiosmtp/Makefile.am
Normal file
5
libgiosmtp/Makefile.am
Normal file
@@ -0,0 +1,5 @@
|
||||
lib_LTLIBRARIES = libgiosmtp-1.0.la
|
||||
AM_CPPFLAGS = $(CURL_CFLAGS)
|
||||
|
||||
libgiosmtp_1_0_la_SOURCES = gioextension.c giomodule.c
|
||||
libgiosmtp_1_0_la_LIBADD = $(CURL_LIBS)
|
1
libgiosmtp/gioextension.c
Normal file
1
libgiosmtp/gioextension.c
Normal file
@@ -0,0 +1 @@
|
||||
#include <gio/gio.h>
|
2
libgiosmtp/giomodule.c
Normal file
2
libgiosmtp/giomodule.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <gio/gio.h>
|
||||
#include <curl/curl.h>
|
Reference in New Issue
Block a user