summaryrefslogtreecommitdiffstats
path: root/common/dhash/Makefile.am
blob: d2b92bce2a74ff6ebb751dc3ae50941d18fbfe9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CPPFLAGS = -Wall

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dhash.pc

lib_LTLIBRARIES = libdhash.la
libdhash_la_SOURCES = dhash.c
pkginclude_HEADERS = dhash.h

check_PROGRAMS = dhash_test dhash_example
dhash_test_LDADD = dhash.o
dhash_example_LDADD = dhash.o

examplesdir = $(docdir)/examples
dist_examples_DATA = dhash_test.c dhash_example.c