mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-29 17:17:51 +00:00
* 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
17 lines
376 B
Makefile
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
|
|
|