Skip to content

Commit 7030ca9

Browse files
committed
Makefile: install public headers only
1 parent 1f1e921 commit 7030ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ install: default
131131
install -m 644 *.so.* $(DESTDIR)/$(LIBDIR)/
132132
ln -snf libnetplan.so.$(NETPLAN_SOVER) $(DESTDIR)/$(LIBDIR)/libnetplan.so
133133
# headers, dev data
134-
install -m 644 src/*.h $(DESTDIR)/$(INCLUDEDIR)/netplan/
134+
install -m 644 include/*.h $(DESTDIR)/$(INCLUDEDIR)/netplan/
135135
# TODO: install pkg-config once available
136136
# docs, data
137137
install -m 644 doc/*.html $(DESTDIR)/$(DOCDIR)/netplan/

0 commit comments

Comments
 (0)