mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +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:
@@ -4,7 +4,7 @@ include_HEADERS = gmdb.h
|
||||
|
||||
gmdb2_SOURCES = main2.c file.c table.c info.c table_def.c table_data.c table_export.c debug.c sql.c schema.c prefs.c
|
||||
LIBS = -rdynamic $(GNOME_LIBS) @LIBS@ @LEXLIB@
|
||||
AM_CFLAGS = $(GNOME_CFLAGS) \
|
||||
AM_CFLAGS = -I$(top_srcdir)/include $(GNOME_CFLAGS) \
|
||||
-DDATADIR="\"$(datadir)\"" \
|
||||
-DGMDB_ICONDIR="\"$(datadir)/gmdb/glade/\"" \
|
||||
-DGMDB_GLADEDIR="\"$(datadir)/gmdb/glade/\""
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
* gboolean *dissect: whether dissecting is turned on
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glade/glade.h>
|
||||
#include <gtk/gtkmessagedialog.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gtk/gtkiconview.h>
|
||||
#include <gtk/gtkliststore.h>
|
||||
#include <gtk/gtkmessagedialog.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gmdb.h"
|
||||
|
||||
extern GtkWidget *app;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gnome.h>
|
||||
#include <libgnome/gnome-help.h>
|
||||
#include <glade/glade.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <libgnome/gnome-config.h>
|
||||
#include <libgnome/gnome-help.h>
|
||||
#include "gmdb.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gtk/gtkmessagedialog.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
#include <libgnome/gnome-help.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gtk/gtkmessagedialog.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
#include "gmdb.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gtk/gtkiconview.h>
|
||||
#include <glade/glade.h>
|
||||
#include "gmdb.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gmdb.h"
|
||||
|
||||
extern GtkWidget *app;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gmdb.h"
|
||||
|
||||
#define COL_PK 0
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkmessagedialog.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
|
||||
Reference in New Issue
Block a user