diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2011-03-30 10:05:07 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2011-03-30 10:05:07 +0000 |
commit | d43418e0293c2f1f9954e193a9dcc5b82f5ce0c3 (patch) | |
tree | e4fb4598c77970dc64f530d98691f03ced44db99 /src/Makefile.am | |
parent | d128e363fe30da5109d3344232ede924b62606ed (diff) | |
download | LibXtract-d43418e0293c2f1f9954e193a9dcc5b82f5ce0c3.tar.gz LibXtract-d43418e0293c2f1f9954e193a9dcc5b82f5ce0c3.tar.bz2 LibXtract-d43418e0293c2f1f9954e193a9dcc5b82f5ce0c3.zip |
- fixed typos in *result initialisation potentially fixing horrible bug
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 89154c5..7092ff6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,3 +13,5 @@ lib_LTLIBRARIES = libxtract.la libxtract_la_CFLAGS = $(FFT_DEFINE) libxtract_la_SOURCES = $(SOURCES) libxtract_la_LDFLAGS = -export-dynamic + +EXTRA_DIST = xtract_globals_private.h xtract_macros_private.h xtract_window_private.h |