Parent Directory
|
Revision Log
add a script to quickly test locally built libsandbox
| 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | |
| 3 | EXTRA_DIST = sandbox.sh |
| 4 | |
| 5 | bin_PROGRAMS = sandbox |
| 6 | |
| 7 | AM_CPPFLAGS = \ |
| 8 | $(SANDBOX_DEFINES) \ |
| 9 | -DPIC -fPIC |
| 10 | |
| 11 | INCLUDES = \ |
| 12 | -I$(top_srcdir) \ |
| 13 | -I$(top_srcdir)/libsbutil \ |
| 14 | -I$(top_srcdir)/libsbutil/include |
| 15 | |
| 16 | sandbox_CFLAGS = -DOUTSIDE_LIBSANDBOX |
| 17 | sandbox_LDADD = $(top_builddir)/libsbutil/libsbutil.la |
| 18 | sandbox_SOURCES = \ |
| 19 | environ.c \ |
| 20 | sandbox.h \ |
| 21 | sandbox.c |
| 22 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |