Skip to content

Commit

Permalink
Fix make error on older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorim authored and yoshinorim committed Oct 25, 2010
1 parent ea65b72 commit a25ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Makefile.am
Expand Up @@ -4,7 +4,7 @@ pkgplugindir= $(PLUGIN_DIR)


bin_PROGRAMS=hsclient bin_PROGRAMS=hsclient
hsclient_SOURCES= hsclient.cpp hsclient_SOURCES= hsclient.cpp
hsclient_LDFLAGS= -static -L../libhsclient/.libs -lhsclient hsclient_LDFLAGS= -static -L../libhsclient -lhsclient
hsclient_CXXFLAGS= $(AM_INCLUDES) hsclient_CXXFLAGS= $(AM_INCLUDES)


hstest: hstest.o hstest: hstest.o
Expand Down

0 comments on commit a25ce9a

Please sign in to comment.