diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-02-27 14:53:57 +0000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2009-03-23 21:47:55 +1100 |
commit | 91c81b32898c9ebf2386365b9f8ce1e405b166f8 (patch) | |
tree | 6d143f3288271c6a93dfa48bf5a39e544bc10382 /Makefile.in | |
parent | 3ba31d4efc8e8d740ee0868fcf50aa51245571a5 (diff) | |
download | talos-petitboot-91c81b32898c9ebf2386365b9f8ce1e405b166f8.tar.gz talos-petitboot-91c81b32898c9ebf2386365b9f8ce1e405b166f8.zip |
Hookup the --with-twin configure option
Add some missing makefile parts to make the --with-twin configure
option work properly.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 47adfd6..ff5e6f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,6 +11,8 @@ DEFS = @DEFS@ CPPFLAGS = @CPPFLAGS@ $(DEFS) # dependencies +PBTWIN = @PBTWIN@ +LIBTWIN = @LIBTWIN@ twin_CFLAGS = @twin_CFLAGS@ twin_LDFLAGS = @twin_LIBS@ |