Skip to content

Commit

Permalink
add: -fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
yurial committed Aug 6, 2012
1 parent a4679f7 commit d7927ca
Show file tree
Hide file tree
Showing 4 changed files with 8,768 additions and 251 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ lib_LIBRARIES = @BUILD_LIBS@
EXTRA_LIBRARIES = libsyslogpp.a libsyslogpp_r.a
libsyslogpp_a_SOURCES = src/syslogpp.cpp
libsyslogpp_r_a_SOURCES = src/syslogpp_r.cpp
libsyslogpp_a_CPPFLAGS = -fPIC
libsyslogpp_r_a_CPPFLAGS = -fPIC
library_includedir=$(includedir)/
library_include_HEADERS = src/syslogpp.h
man_MANS = man/libsyslogpp.7
Expand Down
Loading

0 comments on commit d7927ca

Please sign in to comment.