forked from soutade/libgourou
Rename too generic "activate" util in "adept_activate"
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
||||
#endif
|
||||
|
||||
#define LIBGOUROU_VERSION "0.2.2"
|
||||
#define LIBGOUROU_VERSION "0.3"
|
||||
|
||||
namespace gourou
|
||||
{
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
TARGETS=acsmdownloader activate
|
||||
TARGETS=acsmdownloader adept_activate
|
||||
|
||||
CXXFLAGS=-Wall `pkg-config --cflags Qt5Core Qt5Network` -fPIC -I$(ROOT)/include -I$(ROOT)/lib/pugixml/src/
|
||||
ifneq ($(STATIC_UTILS),)
|
||||
@@ -19,7 +19,7 @@ all: $(TARGETS)
|
||||
acsmdownloader: drmprocessorclientimpl.cpp acsmdownloader.cpp
|
||||
$(CXX) $(CXXFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
activate: drmprocessorclientimpl.cpp activate.cpp
|
||||
adept_activate: drmprocessorclientimpl.cpp adept_activate.cpp
|
||||
$(CXX) $(CXXFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user