~akuzminsky/netstore/test

« back to all changes in this revision

Viewing changes to libpcap/Makefile.am

  • Committer: Ignacio Nin
  • Date: 2010-05-24 15:36:30 UTC
  • Revision ID: git-v1:527d1774de12981488e2f9fec0ae5daf96a01aef
Polishing

-static flag isn't needed here

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
 
21
21
all-local:
22
 
        (cd libpcap-*/ && $(MAKE) LDFLAGS=-static libpcap.a)
 
22
        (cd libpcap-*/ && $(MAKE) libpcap.a)
23
23
        
24
24
clean-local:
25
25
        (cd libpcap-*/ && $(MAKE) clean)