From 947ae1cf5c16f5b3c6222b6ee9ad1a3b4075dd25 Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Wed, 20 Jul 2011 17:55:28 -0700
Subject: gruel: API declaration macros for gruel class and function symbols

---
 gruel/src/lib/pmt/qa_pmt.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'gruel/src/lib/pmt/qa_pmt.h')

diff --git a/gruel/src/lib/pmt/qa_pmt.h b/gruel/src/lib/pmt/qa_pmt.h
index 43a6dbf67c..424c1065b4 100644
--- a/gruel/src/lib/pmt/qa_pmt.h
+++ b/gruel/src/lib/pmt/qa_pmt.h
@@ -23,11 +23,12 @@
 #ifndef INCLUDED_QA_PMT_H
 #define INCLUDED_QA_PMT_H
 
+#include <gruel/attributes.h>
 #include <cppunit/TestSuite.h>
 
 //! collect all the tests for pmt
 
-class qa_pmt {
+class __GR_ATTR_EXPORT qa_pmt {
  public:
   //! return suite of tests for all of pmt
   static CppUnit::TestSuite *suite ();
-- 
cgit v1.2.3