Skip to content

Commit

Permalink
minor packaging update
Browse files Browse the repository at this point in the history
  • Loading branch information
pchilds committed Aug 22, 2012
1 parent b29c24e commit dd64cd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Expand Up @@ -8,9 +8,6 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC([gcc cc])
LT_PREREQ([2.2])
LT_INIT([win32-dll])
AC_SUBST([LT_CURRENT], [0])
AC_SUBST([LT_REVISION], [0])
AC_SUBST([LT_AGE], [0])
AC_SUBST([PLOT_API_VERSION], [2.0])
AC_SUBST([PLOT_GTK_MAJOR], [2])
AC_SUBST([PLOT_GTK_VERSION], [gtk+-2.0 >= 2.14])
Expand Down
2 changes: 1 addition & 1 deletion gtk2plot/Makefile.am
@@ -1,4 +1,4 @@
AM_CFLAGS=$(PLOT_CFLAGS)
AM_CFLAGS=$(PLOT_CFLAGS) -g
MAINTAINERCLEANFILES=Makefile.in

gtkplot_libincludedir=$(libdir)/gtkplot-2.0/include
Expand Down
2 changes: 1 addition & 1 deletion reversion.sh
Expand Up @@ -56,7 +56,7 @@ echo "pkgconfigdir=\$(libdir)/pkgconfig"
echo "pkgconfig_DATA=gtkplot-${gmx}.${gar}.pc"
} >Makefile.am
{
echo "AM_CFLAGS=\$(PLOT_CFLAGS)"
echo "AM_CFLAGS=\$(PLOT_CFLAGS) -g"
echo "MAINTAINERCLEANFILES=Makefile.in"
echo ""
echo "gtkplot_libincludedir=\$(libdir)/gtkplot-${gmx}.${gar}/include"
Expand Down

0 comments on commit dd64cd6

Please sign in to comment.