7 lines
126 B
Makefile
7 lines
126 B
Makefile
GALLERYDIR ?= ../..
|
|
TOOLDIR ?= $(GALLERYDIR)/lib/tools
|
|
APPLICATION = gallery2_install
|
|
|
|
include $(TOOLDIR)/po/GNUmakefile.inc
|
|
|