lede-Heleguo/package/lean/antileech/src/Makefile.am
ope087 2b98cdae2e Add antileech for amule
* add antileech for amule-dlp

aMule-dlp必备组件缺少这个插件aMule-dlp是不能正常下载东西的.

* Delete Makefile

* Delete CString_wx.h

* Delete Interface.cpp

* Delete Makefile.am

* Delete antiLeech.cpp

* Delete antiLeech.h

* Delete antiLeech_wx.cpp

* Delete antiLeech_wx.h

* Delete autogen.sh

* Delete configure.ac

* Delete sdc2amule.diff

* add antileech for amule-dlp

aMule-dlp必备组件缺少这个插件aMule-dlp是不能正常下载东西的.

* Update README
2018-11-19 17:03:34 +08:00

17 lines
376 B
Makefile

AUTOMAKE_OPTIONS = foreign
pkgdir = $(datadir)/amule
ACLOCAL_AMFLAGS = -I m4
pkg_LTLIBRARIES = libantiLeech.la
libantiLeech_la_CPPFLAGS = ${ANTILEECH_CPPFLAGS}
libantiLeech_la_LDFLAGS = ${ANTILEECH_LDFLAGS} -module -avoid-version --no-la-files
libantiLeech_la_SOURCES = \
antiLeech.h \
antiLeech_wx.h \
CString_wx.h \
antiLeech.cpp \
antiLeech_wx.cpp \
Interface.cpp