Skip to content

Commit

Permalink
RNAblueprint 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hammer committed Feb 1, 2019
1 parent 3412c82 commit 3a1de3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# RNAblueprint: configure.ac

# initial information about the project
<<<<<<< HEAD
AC_INIT([RNAblueprint],[1.2.1],[[email protected]],[RNAblueprint],[http://www.tbi.univie.ac.at/~jango/])
=======
AC_INIT([RNAblueprint],[1.2.2],[[email protected]],[RNAblueprint],[https://github.com/ViennaRNA/RNAblueprint])
>>>>>>> develop
AC_INIT([RNAblueprint],[1.2.3],[[email protected]],[RNAblueprint],[https://github.com/ViennaRNA/RNAblueprint])

# automake initialisation (mandatory)
AC_PREREQ([2.59])
Expand Down
4 changes: 0 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ bin_PROGRAMS = RNAblueprint

# additional include pathes necessary to compile the C++ programs
RNAblueprint_CPPFLAGS = -I$(top_srcdir)/lib $(BOOST_CPPFLAGS) @AM_CXXFLAGS@
<<<<<<< HEAD
RNAblueprint_LDFLAGS =$(LDFLAGS) $(BOOST_GRAPH_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS)
=======
RNAblueprint_LDFLAGS = $(LDFLAGS) $(BOOST_GRAPH_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS)
>>>>>>> develop
RNAblueprint_LDADD = $(LDADD) $(top_builddir)/lib/libRNAblueprint.la $(BOOST_GRAPH_LIBS) $(BOOST_PROGRAM_OPTIONS_LIBS) $(AM_LDFLAGS)

# list of sources for the 'RNAblueprint' binary
Expand Down

0 comments on commit 3a1de3a

Please sign in to comment.