diff options
author | ramon <ramongomez@us.es> | 2012-01-18 13:51:32 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-01-18 13:51:32 +0000 |
commit | 48d4507af42fe96d70a7e40a12b68956f6e0f36d (patch) | |
tree | 465a4f6b5327e25251c4ffe704e87688e4aed357 | |
parent | 73a1bd6f6d2b9fb30e788d268c0d2fc03c4ed24a (diff) |
VersiĆ³n 1.0.2a, #479, #414: linkado correcto en Ubuntu 11.10; ficheros Makefile independientes de distribuciĆ³n.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2442 a21b9725-9963-47de-94b9-378ad31fedc9
-rw-r--r-- | admin/Sources/Services/ogAdmBoot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Sources/Services/ogAdmBoot/Makefile b/admin/Sources/Services/ogAdmBoot/Makefile index b8ed496c..71867f4a 100644 --- a/admin/Sources/Services/ogAdmBoot/Makefile +++ b/admin/Sources/Services/ogAdmBoot/Makefile @@ -8,7 +8,7 @@ INSTALL_DIR := /opt/opengnsys # Opciones de compilacion CFLAGS := $(shell mysql_config --cflags) -CFLAGS += -O0 -g -Wall -I../includes # Depuracion +CFLAGS += -O0 -g -Wall -I../../Includes # Depuracion #CFLAGS += -O3 -Wall # Optimizacion CPPFLAGS := $(CFLAGS) |