Skip to content

Commit

Permalink
Fix for missing pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Rosten committed Oct 18, 2012
1 parent a4d8b14 commit 8c0e4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -30,8 +30,8 @@ install:
cp -r optimization $(hdr)/
cp -r internal $(hdr)/
cp -r functions $(hdr)/
mkdir -p $(DESTDIR)$(pkgconfig)
cp TooN.pc $(DESTDIR)$(pkgconfig)/
[ "$(pkgconfig)" == "" ] || mkdir -p $(DESTDIR)$(pkgconfig)
[ "$(pkgconfig)" == "" ] || cp TooN.pc $(DESTDIR)$(pkgconfig)/

internal/data_functions.hh: make_data_functions.awk
awk -f make_data_functions.awk > $@
Expand Down

0 comments on commit 8c0e4b4

Please sign in to comment.