EDA/SQLite: Tweaked Makefiles to specify include path of /usr/include/i686-linux...
authorJerome St-Louis <jerome@ecere.com>
Sun, 12 Aug 2012 05:02:56 +0000 (01:02 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 12 Aug 2012 05:02:56 +0000 (01:02 -0400)
eda/drivers/sqlite/Makefile
eda/drivers/sqliteCipher/Makefile
eda/libeda/Makefile

index ba894fd..d4dd762 100644 (file)
@@ -94,6 +94,9 @@ endif
 else
 ifdef LINUX
 
+CFLAGS += \
+        -I/usr/include/i686-linux-gnu
+
 ifneq "$(TARGET_TYPE)" "staticlib"
 LIBS += -lpthread -ldl -lsqlite3
 endif
index bd87c29..2f32291 100644 (file)
@@ -103,6 +103,9 @@ LIBS += -llibeay32
 else
 ifdef LINUX
 
+CFLAGS += \
+        -I/usr/include/i686-linux-gnu
+
 LIBS += -lpthread -ldl -lcrypto
 
 else
index 9422b0e..a450d9e 100644 (file)
@@ -116,6 +116,13 @@ CFLAGS += \
 
 endif
 
+ifdef LINUX
+
+CFLAGS += \
+        -I/usr/include/i686-linux-gnu
+
+endif
+
 # TARGETS
 
 all: objdir $(TARGET)