diff --git a/Makefile b/Makefile index 26a88a16c..f9032c099 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -UPPDIR1 = ./uppsrc/ +UPPDIR1 = /home/cxl/upp.src/uppsrc/ UPPOUT = .cache/upp.out/ CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags x11` `pkg-config --cflags fontconfig` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT) diff --git a/Makefile.in b/Makefile.in index 26a88a16c..f9032c099 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -UPPDIR1 = ./uppsrc/ +UPPDIR1 = /home/cxl/upp.src/uppsrc/ UPPOUT = .cache/upp.out/ CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags x11` `pkg-config --cflags fontconfig` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT) diff --git a/umkMakefile b/umkMakefile index 50b931f78..9112ad4fe 100644 --- a/umkMakefile +++ b/umkMakefile @@ -1,4 +1,4 @@ -UPPDIR1 = ./uppsrc/ +UPPDIR1 = /home/cxl/upp.src/uppsrc/ UPPOUT = .cache/upp.out/ CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags x11` `pkg-config --cflags fontconfig` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT) diff --git a/umkMakefile.in b/umkMakefile.in index 50b931f78..9112ad4fe 100644 --- a/umkMakefile.in +++ b/umkMakefile.in @@ -1,4 +1,4 @@ -UPPDIR1 = ./uppsrc/ +UPPDIR1 = /home/cxl/upp.src/uppsrc/ UPPOUT = .cache/upp.out/ CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags x11` `pkg-config --cflags fontconfig` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)