Standardize `strcmp(a, b) == 0` instead of `!strcmp(a, b)`
[babeltrace.git] / src / lib / plugin / Makefile.am
CommitLineData
33b34c43
PP
1noinst_LTLIBRARIES = libplugin.la
2
3# Plug-in system library
4libplugin_la_SOURCES = \
55bb57e0 5 plugin.c \
578e048b
MJ
6 plugin.h \
7 plugin-so.c \
8 plugin-so.h
This page took 0.045452 seconds and 4 git commands to generate.