Skip to content

Commit

Permalink
Minor tweak to build system to make it more autoconf compliant. (Than…
Browse files Browse the repository at this point in the history
…ks flop01)

darcs-hash:20090513162530-f1522-5acdb2ea21f55ed7446f2b7c92c15882d7a4e8a0.gz
  • Loading branch information
scudette committed May 13, 2009
1 parent d6c15ee commit d343af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ACLOCAL_AMFLAGS = -I config

SUBDIRS = src debian

my_images = $(shell find images -not -name .\*)
Expand Down
1 change: 1 addition & 0 deletions configure.in → configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AC_CONFIG_HEADER([src/include/config.h])
AC_CONFIG_HEADER([src/filesystems/sleuthkit/sleuthkit-2.52/tsk/tsk_config.h])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(pyflag, 0.87-pre1)
AC_CONFIG_MACRO_DIR([config])

# check standard stuff
AC_PROG_LIBTOOL
Expand Down

0 comments on commit d343af6

Please sign in to comment.