Home | History | Annotate | Line # | Download | only in dist
      1  1.1  riastrad ACLOCAL_AMFLAGS = -I m4
      2  1.1  riastrad 
      3  1.1  riastrad EXTRA_DIST = \
      4  1.1  riastrad 	autogen.sh \
      5  1.1  riastrad 	libsodium.sln \
      6  1.1  riastrad 	libsodium.vcxproj \
      7  1.1  riastrad 	libsodium.vcxproj.filters \
      8  1.1  riastrad 	LICENSE \
      9  1.1  riastrad 	README.markdown \
     10  1.1  riastrad 	THANKS
     11  1.1  riastrad 
     12  1.1  riastrad SUBDIRS = \
     13  1.1  riastrad 	builds \
     14  1.1  riastrad 	contrib \
     15  1.1  riastrad 	dist-build \
     16  1.1  riastrad 	msvc-scripts \
     17  1.1  riastrad 	src \
     18  1.1  riastrad 	test
     19  1.1  riastrad 
     20  1.1  riastrad pkgconfigdir = $(libdir)/pkgconfig
     21  1.1  riastrad pkgconfig_DATA = @PACKAGE_NAME@.pc
     22  1.1  riastrad 
     23  1.1  riastrad DISTCLEANFILES = $(pkgconfig_DATA)
     24  1.1  riastrad 
     25