# Makefile.am - Automake script for sensors-see

ACLOCAL_AMFLAGS = -I m4

dirs := nanopb                      \
        sensors-log                 \
        ssc                         \
        sensors-diag-log            \
        sensordaemon                \
        sscrpcd                     \
        sns_fastRPC_utils           \
        reverserpc                  \
        USTA/native                 \
        test/ssc_drva_test          \
        test/ssc_sensor_info        \
        test/see_salt               \
        test/see_workhorse          \
        test/see_resampler          \
        test/see_stability          \
        test/sns_client_example_cpp

SUBDIRS = $(dirs)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sensors-see.pc

EXTRA_DIST = $(pkgconfig_DATA)
