repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
TOR: fix compilation
[tomato.git]
/
release
/
src
/
router
/
libsodium
/
Makefile.am
blob
2f777b361eb92655f855b22cc21af9d863bf51b1
1
ACLOCAL_AMFLAGS = -I m4
2
3
EXTRA_DIST = \
4
autogen.sh \
5
libsodium.sln \
6
libsodium.vcxproj \
7
libsodium.vcxproj.filters \
8
LICENSE \
9
README.markdown \
10
THANKS
11
12
SUBDIRS = \
13
contrib \
14
dist-build \
15
msvc-scripts \
16
src \
17
test
18
19
pkgconfigdir = $(libdir)/pkgconfig
20
pkgconfig_DATA = @PACKAGE_NAME@.pc
21
22
DISTCLEANFILES = $(pkgconfig_DATA)
23