diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 614c5ff..2a14db9 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -DEFINES=-I.. -g -Wall +AM_CFLAGS=-I.. -g -Wall LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ if OSX |