• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revision823677d3f0b7119d088e7e635695580622550dd4 (tree)
Time2004-07-05 00:21:40
AuthorLars Clausen <lclausen@src....>
CommiterLars Clausen

Log Message

Added makefile

Change Summary

Incremental Difference

--- /dev/null
+++ b/shapes/RDP/Makefile.am
@@ -0,0 +1,12 @@
1+
2+shapedir = $(pkgdatadir)/shapes/RDP
3+
4+SHAPES = \
5+ place_marquee.shape \
6+ place.shape \
7+ transition.shape \
8+ t_transition.shape
9+
10+EXTRA_DIST = $(SHAPES)
11+
12+shape_DATA = $(SHAPES)