Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
fix for #9
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Feb 28, 2015
1 parent f7f4a8e commit dcf4d67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file modified Acme-Alien-DontPanic/inc/dontpanic-1.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dontpanic/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_PREREQ([2.69])
AC_INIT([dontpanic], [1.0], [joel.a.berger@gmail.com])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR([src/libdontpanic.h])
Expand Down
3 changes: 0 additions & 3 deletions dontpanic/src/Makefile.am
@@ -1,9 +1,6 @@
AM_CFLAGS = -Wall -I. -D__DONTPANIC_BUILD
AM_LDFLAGS =

lib_LIBRARIES = libdontpanic.a
libdontpanic_a_SOURCES = libdontpanic.c libdontpanic.h

lib_LTLIBRARIES = libdontpanic.la
libdontpanic_la_SOURCES = libdontpanic.c
libdontpanic_la_CFLAGS = $(AM_CFLAGS)
Expand Down

0 comments on commit dcf4d67

Please sign in to comment.