Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
build: Don't install PQueue header
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimrocha committed Jun 23, 2013
1 parent 4d0086d commit 9d37931
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions skeltrack/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ source_c = \
source_h = \
skeltrack.h \
skeltrack-joint.h \
skeltrack-skeleton.h \
pqueue.h
skeltrack-skeleton.h

source_h_priv =

Expand All @@ -59,7 +58,7 @@ skeltrack_HEADERS = \
$(source_h) \
$(source_h_priv)

noinst_HEADERS = skeltrack-smooth.h skeltrack-util.h
noinst_HEADERS = skeltrack-smooth.h skeltrack-util.h pqueue.h

# introspection support
if HAVE_INTROSPECTION
Expand Down

0 comments on commit 9d37931

Please sign in to comment.