Skip to content

Commit

Permalink
[Build] Build agsXMPP without Windows specific API calls
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Aug 12, 2013
1 parent deebef0 commit c87391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ JABBER_NET_CLEAN_FILES = $(wildcard $(OBJECT_DIR)/*.bmp)
JABBER_NET_ASSEMBLY_NAME = agsxmpp.dll
JABBER_NET_ASSEMBLY_TARGET = $(OUTPUT_DIR)/$(JABBER_NET_ASSEMBLY_NAME)
JABBER_NET_BUILD_FILE = $(JABBER_NET_SRCDIR)/agsxmpp.csproj
JABBER_NET_XBUILD_FLAGS = $(XBUILD_FLAGS)
JABBER_NET_XBUILD_FLAGS = $(XBUILD_FLAGS) /property:DefineConstants="MONO"

STARKSOFTPROXY_SUBDIR = StarkSoftProxy
STARKSOFTPROXY_SRCDIR = $(srcdir)/$(STARKSOFTPROXY_SUBDIR)
Expand Down

0 comments on commit c87391c

Please sign in to comment.