Changeset 1757 for trunk/Makefile.am


Ignore:
Timestamp:
03/06/12 15:36:43 (15 months ago)
Author:
salcock
Message:
  • Shifted wandio into a separate library, seeing as we're going to be exporting the API now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r1639 r1757  
    11LIBPACKETDUMP_DIR = libpacketdump 
    22TOOLS_DIR = tools 
    3 SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) docs examples 
     3WANDIO_DIR=libwandio 
     4SUBDIRS = $(WANDIO_DIR) lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) docs examples 
    45 
    56ACLOCAL_AMFLAGS = -I m4 
Note: See TracChangeset for help on using the changeset viewer.