Skip to content

Commit 780e806

Browse files
Merge pull request #89 from cybermaggedon/src-refactor
Fix bug in configure.ac resulting from reorg
2 parents 142ae0f + 4aa988b commit 780e806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
AC_PREREQ([2.68])
55
AC_INIT([cyberprobe], [2.3.10], [cyberprobe-discussion@googlegroups.com])
66
AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects foreign])
7-
AC_CONFIG_SRCDIR([src/target.C])
7+
AC_CONFIG_SRCDIR([src/cyberprobe.C])
88
AC_CONFIG_HEADERS([config.h])
99
AC_CONFIG_MACRO_DIR([m4])
1010
AC_CONFIG_TESTDIR([tests])

0 commit comments

Comments
 (0)