* When using the included sqlite/aterm libraries, build with
--enable-shared. * In libutil/libstore/libexpr etc., link against sqlite and aterm. * Some more header file hygiene.
This commit is contained in:
		
							parent
							
								
									966ffb29a7
								
							
						
					
					
						commit
						594eaddd11
					
				
					 21 changed files with 50 additions and 38 deletions
				
			
		| 
						 | 
				
			
			@ -10,14 +10,14 @@ pkginclude_HEADERS = \
 | 
			
		|||
  globals.hh references.hh pathlocks.hh \
 | 
			
		||||
  worker-protocol.hh
 | 
			
		||||
 | 
			
		||||
libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la
 | 
			
		||||
libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la ${aterm_lib} ${sqlite_lib}
 | 
			
		||||
 | 
			
		||||
BUILT_SOURCES = derivations-ast.cc derivations-ast.hh
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = derivations-ast.def derivations-ast.cc schema.sql
 | 
			
		||||
 | 
			
		||||
AM_CXXFLAGS = -Wall \
 | 
			
		||||
 -I$(srcdir)/.. ${aterm_include} ${sqlite_include} -I$(srcdir)/../libutil
 | 
			
		||||
 -I$(srcdir)/.. ${aterm_include} ${sqlite_include} -I$(srcdir)/../libutil -I${top_srcdir}/externals/sqlite-3.6.22/
 | 
			
		||||
 | 
			
		||||
local-store.lo: schema.sql.hh
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
#ifndef __DERIVATIONS_H
 | 
			
		||||
#define __DERIVATIONS_H
 | 
			
		||||
 | 
			
		||||
#include <aterm1.h>
 | 
			
		||||
typedef union _ATerm * ATerm;
 | 
			
		||||
 | 
			
		||||
#include "hash.hh"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue