diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e7a9ffb24..2e9efd15c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1358,7 +1358,7 @@ test_test_pcm_LDADD = \ test_TestQueuePriority_SOURCES = \ src/queue.c \ - test/TestQueuePriority.c + test/TestQueuePriority.cxx test_TestQueuePriority_LDADD = \ $(GLIB_LIBS) |