align Makefile variables
This commit is contained in:
		
							parent
							
								
									c5814e1fb5
								
							
						
					
					
						commit
						dc7c7784d6
					
				
					 1 changed files with 10 additions and 8 deletions
				
			
		
							
								
								
									
										18
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -1,12 +1,14 @@ | |||
| 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 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue