[Forensics-changes] [yara] 370/415: Some Makefile fixes and removed config.h

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 1078205e453cd1b01ba8301396a2e39f6fd3a501
Author: Joachim Metz <joachim.metz at gmail.com>
Date:   Mon Jan 20 19:53:00 2014 +0100

    Some Makefile fixes and removed config.h
---
 .gitignore          |  1 +
 Makefile.am         |  2 +-
 config.h            | 76 -----------------------------------------------------
 libyara/Makefile.am |  1 -
 4 files changed, 2 insertions(+), 78 deletions(-)

diff --git a/.gitignore b/.gitignore
index e7a27ea..00e6dc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ stamp-h1
 /ar-lib
 /autom4te.cache/
 /config.guess
+/config.h
 /config.h.in
 /config.log
 /config.rpath
diff --git a/Makefile.am b/Makefile.am
index d588707..bfbe500 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ ACLOCAL_AMFLAGS=-I m4
 
 bin_PROGRAMS = yara yarac
 
-yara_SOURCES = threading.c yara.c
+yara_SOURCES = threading.c threading.h yara.c
 yara_LDADD = libyara/.libs/libyara.la
 
 yarac_SOURCES = yarac.c
diff --git a/config.h b/config.h
deleted file mode 100644
index 8c49286..0000000
--- a/config.h
+++ /dev/null
@@ -1,76 +0,0 @@
-/* config.h.  Generated from config.h.in by configure.  */
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* enable dmalloc */
-/* #undef DMALLOC */
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
-/* #undef HAVE_LIBDMALLOC */
-
-/* Define to 1 if you have the `pthread' library (-lpthread). */
-#define HAVE_LIBPTHREAD 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#define LT_OBJDIR ".libs/"
-
-/* Name of package */
-#define PACKAGE "yara"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "vmalvarez at virustotal.com"
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "yara"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yara 2.0"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "yara"
-
-/* Define to the home page for this package. */
-#define PACKAGE_URL ""
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.0"
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Version number of package */
-#define VERSION "2.0"
-
-/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
-   `char[]'. */
-/* #undef YYTEXT_POINTER */
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index a2901b9..0dea45a 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -48,7 +48,6 @@ libyara_la_SOURCES = \
   re_lexer.h \
   re_lexer.l \
   rules.c \
-  rules.h \
   sizedstr.h \
   utils.c \
   utils.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list