Skip to content

Commit 4bf0af8

Browse files
authored
Merge pull request #31 from blairsteven/ginetfraglist
Add GInetFragList
2 parents 9feabb2 + 7e9ced7 commit 4bf0af8

File tree

7 files changed

+321
-211
lines changed

7 files changed

+321
-211
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LIBRARY = libginetflow.so
4545

4646
all: $(LIBRARY)
4747

48-
$(LIBRARY): ginetflow.o ginettuple.o
48+
$(LIBRARY): ginetflow.o ginettuple.o ginetfraglist.o
4949
@echo "Building "$@""
5050
$(Q)$(CC) -shared $(LDFLAGS) $(EXTRA_LDFLAGS) -o $@ $^
5151

@@ -76,6 +76,7 @@ install: all
7676
@install -d $(DESTDIR)/$(PREFIX)/include
7777
@install -D ginetflow.h $(DESTDIR)/$(PREFIX)/include
7878
@install -D ginettuple.h $(DESTDIR)/$(PREFIX)/include
79+
@install -D ginetfraglist.h $(DESTDIR)/$(PREFIX)/include
7980
@install -d $(DESTDIR)/$(PREFIX)/lib/pkgconfig
8081
@install -D ginetflow.pc $(DESTDIR)/$(PREFIX)/lib/pkgconfig/
8182

0 commit comments

Comments
 (0)