mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 21:26:41 +08:00
Revert use of config.h
Revert7162e8db74088493d499And drop AC_CONFIG_HEADERS so that config goes though the command line. No longer generating config.h, update .gitignore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
bin_PROGRAMS = mdb-hexdump
|
||||
mdb_hexdump_SOURCES = mdb-dump.c mdbsupport.c
|
||||
EXTRA_DIST = mdbsupport.h
|
||||
AM_CFLAGS = $(GLIB_CFLAGS)
|
||||
AM_CFLAGS = -I$(top_srcdir)/include $(GLIB_CFLAGS)
|
||||
LDADD = ../libmdb/libmdb.la
|
||||
LIBS = $(GLIB_LIBS)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* utility program to make a hex dump of a binary file (such as a mdb file) */
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* support routines for code generated by the util programs */
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user