diff options
author | Stéphane Loeuillet <leroutier@gmail.com> | 2007-10-28 12:23:36 +0100 |
---|---|---|
committer | Stéphane Loeuillet <leroutier@leroutier-desktop.(none)> | 2007-10-28 12:23:36 +0100 |
commit | a79f11c9cfa62e78bc8fcf2d72cf07f69ba7c337 (patch) | |
tree | e37c75bc2d11e6f29bd76a41ae1921d4387c3547 /player | |
parent | 10541afdd738224861e6434d9a24b63ea804fc87 (diff) |
Don't forget to dist the .ui file
Diffstat (limited to 'player')
-rw-r--r-- | player/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/player/Makefile.am b/player/Makefile.am index 1f59ca1..6495d38 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -15,3 +15,7 @@ swfdec_player_LDFLAGS = $(PLAYER_LIBS) pkgdata_DATA = \ swfdec-player.ui + +EXTRA_DIST = \ + $(pkgdata_DATA) + |