Skip to content

Commit

Permalink
add priority queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Entzian committed Feb 5, 2019
1 parent a53dc89 commit a1cae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SUFFIXES = _cmdl.c _cmdl.h .ggo
GENGETOPT_CMDL = pourRNA_cmdl.c pourRNA_cmdl.h
GENGETOPT_FILES = pourRNA.ggo

EXTRA_DIST = ${GENGETOPT_FILES} ${GENGETOPT_CMDL}
EXTRA_DIST = ${GENGETOPT_FILES} ${GENGETOPT_CMDL} PriorityQueue.cpp

# remove all generated content
maintainer-clean-local:
Expand Down

0 comments on commit a1cae78

Please sign in to comment.