Skip to content
Snippets Groups Projects
Commit dc7c7784 authored by Vincent Hanquez's avatar Vincent Hanquez
Browse files

align Makefile variables

parent c5814e1f
No related branches found
No related tags found
No related merge requests found
MODULES = common plugins/gtkgui
PREFIX = /usr
DESTDIR = /
VERSION = 0.51
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(png\)\|\(mo\)\|\(wav\)\)'
FILES=`$(FIND)`
DIRS= `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB= find -regex '.*\.\(so\)'
FILES_LIB=`$(FIND_LIB)`
MODULES = common plugins/gtkgui
PREFIX = /usr
DESTDIR = /
FIND = find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(png\)\|\(mo\)\|\(wav\)\)'
FILES = `$(FIND)`
DIRS = `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB = find -regex '.*\.\(so\)'
FILES_LIB = `$(FIND_LIB)`
SCRIPTS = \
scripts/gajim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment