Changeset 235


Ignore:
Timestamp:
Jan 10, 2011, 2:04:41 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Enabled building the sun.audio package. This was the last one in the sun.* hierarchy left out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/Makefile

    r233 r235  
    6262  RENDER_SUBDIR = dcpr
    6363endif
    64 ifndef OS2_TEMP
    6564SUBDIRS = jar security javazic misc net audio $(RENDER_SUBDIR) image \
    6665          awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \
     
    6968          jawt text nio launcher management $(ORG_SUBDIR) \
    7069          native2ascii serialver tools jconsole
    71 else # disable GUI stuff
    72 SUBDIRS = jar security javazic misc net $(RENDER_SUBDIR) image \
    73           awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \
    74           $(HEADLESS_SUBDIR) $(DGA_SUBDIR) \
    75           font jpeg cmm applet rmi beans $(JDBC_SUBDIR) \
    76           jawt text nio launcher management $(ORG_SUBDIR) \
    77           native2ascii serialver tools jconsole
    78 endif
    7970
    8071all build clean clobber::
Note: See TracChangeset for help on using the changeset viewer.