diff options
Diffstat (limited to 'arts/gui/kde/mcopclass/Makefile.am')
-rw-r--r-- | arts/gui/kde/mcopclass/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arts/gui/kde/mcopclass/Makefile.am b/arts/gui/kde/mcopclass/Makefile.am new file mode 100644 index 00000000..fac44b22 --- /dev/null +++ b/arts/gui/kde/mcopclass/Makefile.am @@ -0,0 +1,5 @@ +mcopclassdir = $(libdir)/mcop/Arts +mcopclass_DATA = Widget.mcopclass Button.mcopclass Poti.mcopclass \ + LineEdit.mcopclass HBox.mcopclass VBox.mcopclass SpinBox.mcopclass \ + Fader.mcopclass GraphLine.mcopclass LayoutBox.mcopclass \ + PopupBox.mcopclass LevelMeter.mcopclass Label.mcopclass |