diff options
author | alonso <alonso@us.es> | 2010-10-24 09:07:23 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-10-24 09:07:23 +0000 |
commit | 66a87c93b219864311fcc7e9797ac9e0908aff45 (patch) | |
tree | a9df007917bf0a951fd4371b369e703e82ac8bde /admin | |
parent | e2ed55268b2fb72a68b7566487d9121fd3f8ef16 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@1320 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin')
-rw-r--r-- | admin/Sources/Services/ogAdmRepo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Sources/Services/ogAdmRepo/Makefile b/admin/Sources/Services/ogAdmRepo/Makefile index 264592de..4e49d6c0 100644 --- a/admin/Sources/Services/ogAdmRepo/Makefile +++ b/admin/Sources/Services/ogAdmRepo/Makefile @@ -7,7 +7,7 @@ PROYECTO := ogAdmRepo INSTALL_DIR := /opt/opengnsys # Opciones de compilacion -CFLAGS := -O0 -g -Wall -I../includes # Depuracion +CFLAGS := -O0 -g -Wall -I../../Includes # Depuracion #CFLAGS := -O3 -Wall # Optimizacion CPPFLAGS := $(CFLAGS) |